ramips: remove bogus ralink,mtd-eeprom with offset 0x4
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Sun, 22 Dec 2019 15:51:19 +0000 (16:51 +0100)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Sat, 28 Dec 2019 01:34:41 +0000 (02:34 +0100)
Several devices in mt76x8 subtarget use the following line to set
up wmac in their DTS(I) files:

ralink,mtd-eeprom = <&factory 0x4>

This is strange for several reasons:
- They should use mediatek,mtd-eeprom on this SOC
- The caldata is supposed to start at 0x0
- The parent DTSI mt7628an.dtsi specifies mediatek,mtd-eeprom anyway,
  starting from 0x0
- The offset coincides with the default location of the MAC address
  in caldata

Based on the comment in b28e94d4bfa1 ("ramips: MiWiFi Nano fixes"),
it looks like the author for this device wanted to actually use
mtd-mac-address instead of ralink,mtd-eeprom. A check on the same
device revealed that actually the MAC address start at offset 4 there,
so the correct caldata offset is 0x0.

Based on these findings, and the fact that the expected location on
this SOC is 0x0, we remove the "ralink,mtd-eeprom = <&factory 0x4>"
statement from all devices in ramips (being only mt7628an anyway).

Thanks to Sungbo Eo for finding and researching this.

Reported-by: Sungbo Eo <mans0n@gorani.run>
Fixes: b28e94d4bfa1 ("ramips: MiWiFi Nano fixes")
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
(cherry picked from commit 09d38a3bc328d122b0d84fcf6bb53d2bce7373b6)

target/linux/ramips/dts/MIWIFI-NANO.dts
target/linux/ramips/dts/RAK633.dts
target/linux/ramips/dts/TOTOLINK-LR1200.dts
target/linux/ramips/dts/VOCORE2.dtsi
target/linux/ramips/dts/WR1000.dts
target/linux/ramips/dts/ZBT-WE1226.dts

index bad37e21f13fb7d16a7443b72cbfb2e3bcaee84a..210c00cfb954386472785de0f9cf0ad76227c59a 100644 (file)
@@ -65,7 +65,6 @@
 
 &wmac {
        status = "okay";
-       ralink,mtd-eeprom = <&factory 0x4>;
 };
 
 &ethernet {
index ac7218510f7981e0ea530f90559f557ded508b11..8fc54982441a88f004fb6423d66f05d5b80fc6c3 100644 (file)
 
 &wmac {
        status = "okay";
-       ralink,mtd-eeprom = <&factory 0x4>;
 };
index 81aa8db915cfa8e742a7b52240f9c928aebe3a20..70bbfd2272ad62151da30db92aa5447976125a06 100644 (file)
 
 &wmac {
        status = "okay";
-       ralink,mtd-eeprom = <&factory 0x4>;
 };
 
 &ethernet {
index f7aec8e1f57334da71d7d9847c538e6c07c78fbc..4e32ed5a35c51acca8adfdf2d516977ed4d604ec 100644 (file)
@@ -20,7 +20,6 @@
 
 &wmac {
        status = "okay";
-       ralink,mtd-eeprom = <&factory 0x4>;
 };
 
 &ethernet {
index ff0b9badd171c81da0e5ed3a33f20e62b7d3a656..a582172aca42397100ad470d2076d6e24dc1d7b7 100644 (file)
 
 &wmac {
        status = "okay";
-       ralink,mtd-eeprom = <&factory 0x4>;
 };
 
 &ethernet {
index aace0042e4d659a15e9b5d0f9d1a02de69316ec1..e5873def0af36c1045abdedbc8954cd98bdb81ce 100644 (file)
 
 &wmac {
        status = "okay";
-       ralink,mtd-eeprom = <&factory 0x4>;
 };
 
 &ethernet {