mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-19 03:06:35 +00:00
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:
parent
58502650e1
commit
7668fc8112
@ -87,7 +87,6 @@
|
||||
status = "okay";
|
||||
|
||||
mediatek,mtd-eeprom = <&factory 0x0>;
|
||||
ralink,mtd-eeprom = <&art 0x0>;
|
||||
};
|
||||
|
||||
&pcie {
|
||||
|
@ -95,7 +95,7 @@
|
||||
};
|
||||
|
||||
&wmac {
|
||||
ralink,mtd-eeprom = <&factory 0x0>;
|
||||
mediatek,mtd-eeprom = <&factory 0x0>;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user