mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 08:51:13 +00:00
659f4a13dd
With Linux 6.1 many of our downstream patches and out-of-tree files can be removed or at least replaced by backported upstream commits. Signed-off-by: Daniel Golle <daniel@makrotopia.org> [fix CMDLINE_OVERRIDE for arm64] Signed-off-by: Bjørn Mork <bjorn@mork.no>
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
|
|
@@ -579,7 +579,7 @@
|
|
reg = <0x140000 0x0080000>;
|
|
};
|
|
|
|
- partition@1c0000 {
|
|
+ factory: partition@1c0000 {
|
|
label = "Factory";
|
|
reg = <0x1c0000 0x0100000>;
|
|
};
|
|
@@ -640,5 +640,6 @@
|
|
&wmac {
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&wmac_pins>;
|
|
+ mediatek,mtd-eeprom = <&factory 0x0000>;
|
|
status = "okay";
|
|
};
|