2c2fcbd2e0
Manually merged: hack-5.4 230-openwrt_lzma_options.patch bcm27xx 950-0283-hid-usb-Add-device-quirks-for-Freeway-Airmouse-T3-an.patch x86 011-tune_lzma_options.patch Remove upstreamed patches in collaboration with Ansuel Smith: ipq806x 093-1-v5.8-ipq806x-PCI-qcom-Add-missing-ipq806x-clocks-in-PCIe-driver.patch 093-2-v5.8-ipq806x-PCI-qcom-Change-duplicate-PCI-reset-to-phy-reset.patch 093-3-v5.8-ipq806x-PCI-qcom-Add-missing-reset-for-ipq806x.patch All other modifications made by update_kernel.sh Build-tested: bcm27xx/bcm2708, ipq806x, x86/64 Run-tested: ipq806x (R7800), x86/64 No dmesg regressions, everything functional Signed-off-by: John Audia <graysky@archlinux.us> [update commit message/tested] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
24 lines
516 B
Diff
24 lines
516 B
Diff
--- a/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts
|
|
+++ b/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts
|
|
@@ -591,17 +591,17 @@
|
|
|
|
factory: partition@1c0000 {
|
|
label = "Factory";
|
|
- reg = <0x1c0000 0x0040000>;
|
|
+ reg = <0x1c0000 0x0100000>;
|
|
};
|
|
|
|
partition@200000 {
|
|
label = "firmware";
|
|
- reg = <0x200000 0x2000000>;
|
|
+ reg = <0x2c0000 0x2000000>;
|
|
};
|
|
|
|
partition@2200000 {
|
|
label = "User_data";
|
|
- reg = <0x2200000 0x4000000>;
|
|
+ reg = <0x22c0000 0x4000000>;
|
|
};
|
|
};
|
|
};
|