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
target/linux/ramips/dts
@ -87,7 +87,6 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
mediatek,mtd-eeprom = <&factory 0x0>;
|
mediatek,mtd-eeprom = <&factory 0x0>;
|
||||||
ralink,mtd-eeprom = <&art 0x0>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
&pcie {
|
&pcie {
|
||||||
|
@ -95,7 +95,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
&wmac {
|
&wmac {
|
||||||
ralink,mtd-eeprom = <&factory 0x0>;
|
mediatek,mtd-eeprom = <&factory 0x0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user