aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2019-10-25 13:38:37 +0200
committerDavid Bauer <mail@david-bauer.net>2019-10-27 18:02:44 +0100
commit2b1baf9b16067e4d1695b10d01d36c8659cfb4a7 (patch)
tree44cced4856b2d414dbeb9c9ba58992ce2fc3edc9 /target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts
parent6f2e1b7485f0460b09168aef57931fe0ddedb884 (diff)
downloadupstream-2b1baf9b16067e4d1695b10d01d36c8659cfb4a7.tar.gz
upstream-2b1baf9b16067e4d1695b10d01d36c8659cfb4a7.tar.bz2
upstream-2b1baf9b16067e4d1695b10d01d36c8659cfb4a7.zip
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 <freifunk@adrianschmutzler.de> Tested-by: Jeff Kletsky <git-commits@allycomm.com> Tested-by: Karl Palsson <karlp@etactica.com>
Diffstat (limited to 'target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts')
-rw-r--r--target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts1
1 files changed, 0 insertions, 1 deletions
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>;
};