ramips: fix DTS EEPROM property for some MT7628 devices
authorShiji Yang <yangshiji66@qq.com>
Mon, 2 Oct 2023 03:41:49 +0000 (11:41 +0800)
committerChristian Marangi <ansuelsmth@gmail.com>
Tue, 17 Oct 2023 10:07:26 +0000 (12:07 +0200)
The MT7628 integrated wireless is driven by `mt76`, so the right
EEPROM property name is `mediatek,mtd-eeprom`.

Signed-off-by: Shiji Yang <yangshiji66@qq.com>
target/linux/ramips/dts/mt7628an_mercury_mac1200r-v2.dts
target/linux/ramips/dts/mt7628an_xiaomi_mi-ra75.dts

index 3797565908225477781e4d9869a7592316f974a0..f712a280c5c1c255af16d13ff1c8a2793527561f 100644 (file)
@@ -87,7 +87,6 @@
        status = "okay";
 
        mediatek,mtd-eeprom = <&factory 0x0>;
-       ralink,mtd-eeprom = <&art 0x0>;
 };
 
 &pcie {
index 173bcd992d73e7f1c33a1643322f91865c690f1d..2dd855bf8fd0d2e8e5866e6c3223408342f8cf4b 100644 (file)
@@ -95,7 +95,7 @@
 };
 
 &wmac {
-       ralink,mtd-eeprom = <&factory 0x0>;
+       mediatek,mtd-eeprom = <&factory 0x0>;
 };