From 999504ff65a24baf9e022883a63e2e862e0b6aae Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Thu, 31 Oct 2019 13:03:49 +0100 Subject: ath79: remove further redundant mtd-mac-address for wmac For several devices, wmac MAC address is set from art 0x1002 explicitly by using mtd-mac-address although mtd-cal-data is pulled from art 0x1000. With the MAC address in 0x1002, the driver should automatically use it when reading caldata from 0x1000. Thus, remove the redundant mtd-mac-address for those devices. This patch addresses the cases where the calibration data partition is not labelled art, having been overlooked in the first patch. Signed-off-by: Adrian Schmutzler --- target/linux/ath79/dts/qca9533_ubnt_acb-isp.dts | 1 - 1 file changed, 1 deletion(-) (limited to 'target/linux/ath79/dts/qca9533_ubnt_acb-isp.dts') diff --git a/target/linux/ath79/dts/qca9533_ubnt_acb-isp.dts b/target/linux/ath79/dts/qca9533_ubnt_acb-isp.dts index 590ec448e9..629899e1a2 100644 --- a/target/linux/ath79/dts/qca9533_ubnt_acb-isp.dts +++ b/target/linux/ath79/dts/qca9533_ubnt_acb-isp.dts @@ -95,5 +95,4 @@ &wmac { status = "okay"; mtd-cal-data = <&eeprom 0x1000>; - mtd-mac-address = <&eeprom 0x1002>; }; -- cgit v1.2.3