mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00

Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.83 Manually rebased: mediatek/patches-6.1/100-dts-update-mt7622-rfb1.patch generic/pending-6.1/737-07-net-ethernet-mtk_eth_soc-add-paths-and-SerDes-modes-.patch
19 lines
435 B
Diff
19 lines
435 B
Diff
--- a/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts
|
|
+++ b/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts
|
|
@@ -565,7 +565,7 @@
|
|
reg = <0x140000 0x0080000>;
|
|
};
|
|
|
|
- partition@1c0000 {
|
|
+ factory: partition@1c0000 {
|
|
label = "Factory";
|
|
reg = <0x1c0000 0x0100000>;
|
|
};
|
|
@@ -626,5 +626,6 @@
|
|
&wmac {
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&wmac_pins>;
|
|
+ mediatek,mtd-eeprom = <&factory 0x0000>;
|
|
status = "okay";
|
|
};
|