When caldata locations are defined with mediatek,mtd-eeprom the
MAC address is automatically read from offset +4. Thus, specifying
that location explicitly is redundant.

This patch removes those redundant definitions.

Signed-off-by: Adrian Schmutzler <freif...@adrianschmutzler.de>

---

Not tested on device.
---
 target/linux/ramips/dts/mt7628an_netgear_r6120.dts           | 1 -
 target/linux/ramips/dts/mt7628an_zyxel_keenetic-extra-ii.dts | 1 -
 target/linux/ramips/dts/rt3883_loewe_wmdr-143n.dts           | 3 +--
 3 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/target/linux/ramips/dts/mt7628an_netgear_r6120.dts 
b/target/linux/ramips/dts/mt7628an_netgear_r6120.dts
index e27406aed4..7fd8924145 100644
--- a/target/linux/ramips/dts/mt7628an_netgear_r6120.dts
+++ b/target/linux/ramips/dts/mt7628an_netgear_r6120.dts
@@ -133,7 +133,6 @@
 
 &wmac {
        status = "okay";
-       mtd-mac-address = <&factory 0x4>;
        mediatek,mtd-eeprom = <&factory 0x0>;
 };
 
diff --git a/target/linux/ramips/dts/mt7628an_zyxel_keenetic-extra-ii.dts 
b/target/linux/ramips/dts/mt7628an_zyxel_keenetic-extra-ii.dts
index 644882c6a2..538827b03f 100644
--- a/target/linux/ramips/dts/mt7628an_zyxel_keenetic-extra-ii.dts
+++ b/target/linux/ramips/dts/mt7628an_zyxel_keenetic-extra-ii.dts
@@ -196,7 +196,6 @@
                reg = <0x0000 0 0 0 0>;
                mediatek,mtd-eeprom = <&factory 0x8000>;
                ieee80211-freq-limit = <5000000 6000000>;
-               mtd-mac-address = <&factory 0x8004>;
        };
 };
 
diff --git a/target/linux/ramips/dts/rt3883_loewe_wmdr-143n.dts 
b/target/linux/ramips/dts/rt3883_loewe_wmdr-143n.dts
index 66711420ac..8cce0d5f38 100644
--- a/target/linux/ramips/dts/rt3883_loewe_wmdr-143n.dts
+++ b/target/linux/ramips/dts/rt3883_loewe_wmdr-143n.dts
@@ -64,6 +64,5 @@
 
 &wmac {
        status = "okay";
-       ralink,mtd-eeprom = <&factory 0>;
-       mtd-mac-address = <&factory 0x4>;
+       ralink,mtd-eeprom = <&factory 0x0>;
 };
-- 
2.20.1


_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to