ramips: fix DTS EEPROM property for some MT7628 devices

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>
This commit is contained in:
Shiji Yang 2023-10-02 11:41:49 +08:00 committed by Christian Marangi
parent 58502650e1
commit 7668fc8112
No known key found for this signature in database
GPG Key ID: AC001D09ADBFEAD7
2 changed files with 1 additions and 2 deletions

View File

@ -87,7 +87,6 @@
status = "okay";
mediatek,mtd-eeprom = <&factory 0x0>;
ralink,mtd-eeprom = <&art 0x0>;
};
&pcie {

View File

@ -95,7 +95,7 @@
};
&wmac {
ralink,mtd-eeprom = <&factory 0x0>;
mediatek,mtd-eeprom = <&factory 0x0>;
};