From 2b1baf9b16067e4d1695b10d01d36c8659cfb4a7 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Fri, 25 Oct 2019 13:38:37 +0200 Subject: ath79: remove 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. Signed-off-by: Adrian Schmutzler Tested-by: Jeff Kletsky Tested-by: Karl Palsson --- target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts | 1 - 1 file changed, 1 deletion(-) (limited to 'target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts') diff --git a/target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts b/target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts index 311a506b5d..639c6523d6 100644 --- a/target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts +++ b/target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts @@ -116,5 +116,4 @@ &wmac { status = "okay"; mtd-cal-data = <&art 0x1000>; - mtd-mac-address = <&art 0x1002>; }; -- cgit v1.2.3