2
0
forked from Ivasoft/openwrt

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>
This commit is contained in:
Adrian Schmutzler
2019-10-25 13:38:37 +02:00
committed by David Bauer
parent 6f2e1b7485
commit 2b1baf9b16
9 changed files with 0 additions and 9 deletions

View File

@@ -139,7 +139,6 @@
status = "okay";
mtd-cal-data = <&art 0x1000>;
mtd-mac-address = <&art 0x1002>;
};
&eth0 {