Browse Source

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 <[email protected]>
Tested-by: Jeff Kletsky <[email protected]>
Tested-by: Karl Palsson <[email protected]>
Adrian Schmutzler 6 years ago
parent
commit
2b1baf9b16

+ 0 - 1
target/linux/ath79/dts/ar9331_8dev_carambola2.dts

@@ -132,5 +132,4 @@
 &wmac {
 	status = "okay";
 	mtd-cal-data = <&art 0x1000>;
-	mtd-mac-address = <&art 0x1002>;
 };

+ 0 - 1
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>;
 };

+ 0 - 1
target/linux/ath79/dts/ar9331_etactica_eg200.dts

@@ -127,5 +127,4 @@
 &wmac {
 	status = "okay";
 	mtd-cal-data = <&art 0x1000>;
-	mtd-mac-address = <&art 0x1002>;
 };

+ 0 - 1
target/linux/ath79/dts/ar9341_pcs_cr3000.dts

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

+ 0 - 1
target/linux/ath79/dts/ar9344_pcs_cr5000.dts

@@ -220,5 +220,4 @@
 	status = "okay";
 
 	mtd-cal-data = <&art 0x1000>;
-	mtd-mac-address = <&art 0x1002>;
 };

+ 0 - 1
target/linux/ath79/dts/ar9344_zbtlink_zbt-wd323.dts

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

+ 0 - 1
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>;
 };

+ 0 - 1
target/linux/ath79/dts/qca9531_glinet_gl-x750.dts

@@ -133,5 +133,4 @@
 &wmac {
 	status = "okay";
 	mtd-cal-data = <&art 0x1000>;
-	mtd-mac-address = <&art 0x1002>;
 };

+ 0 - 1
target/linux/ath79/dts/qca9563_glinet_gl-ar750s.dts

@@ -173,5 +173,4 @@
 &wmac {
 	status = "okay";
 	mtd-cal-data = <&art 0x1000>;
-	mtd-mac-address = <&art 0x1002>;
 };