lede/target/linux/mediatek/patches-5.15/140-dts-fix-wmac-support-for-mt7622-rfb1.patch

19 lines
435 B
Diff
Raw Normal View History

2022-04-03 13:29:14 +08:00
--- a/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts
+++ b/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts
2024-04-04 15:00:40 +08:00
@@ -581,7 +581,7 @@
reg = <0x140000 0x0080000>;
};
2022-04-03 13:29:14 +08:00
- partition@1c0000 {
+ factory: partition@1c0000 {
label = "Factory";
reg = <0x1c0000 0x0100000>;
};
2024-04-04 15:00:40 +08:00
@@ -642,5 +642,6 @@
2022-04-03 13:29:14 +08:00
&wmac {
pinctrl-names = "default";
pinctrl-0 = <&wmac_pins>;
+ mediatek,mtd-eeprom = <&factory 0x0000>;
status = "okay";
};