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/qca9531_glinet_gl-ar300m.dtsi | 1 - 1 file changed, 1 deletion(-) (limited to 'target/linux/ath79/dts/qca9531_glinet_gl-ar300m.dtsi') diff --git a/target/linux/ath79/dts/qca9531_glinet_gl-ar300m.dtsi b/target/linux/ath79/dts/qca9531_glinet_gl-ar300m.dtsi index b72aa65522..67a3331ab3 100644 --- a/target/linux/ath79/dts/qca9531_glinet_gl-ar300m.dtsi +++ b/target/linux/ath79/dts/qca9531_glinet_gl-ar300m.dtsi @@ -141,5 +141,4 @@ &wmac { status = "okay"; mtd-cal-data = <&art 0x1000>; - mtd-mac-address = <&art 0x1002>; }; -- cgit v1.2.3