kernel: bump 5.4 to 5.4.126
[openwrt/openwrt.git] / target / linux / mediatek / patches-5.4 / 1003-dts-mt7622-rfb-change-to-ax-mtd-layout.patch
1 --- a/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts
2 +++ b/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts
3 @@ -589,17 +589,17 @@
4
5 factory: partition@1c0000 {
6 label = "Factory";
7 - reg = <0x1c0000 0x0040000>;
8 + reg = <0x1c0000 0x0100000>;
9 };
10
11 partition@200000 {
12 label = "firmware";
13 - reg = <0x200000 0x2000000>;
14 + reg = <0x2c0000 0x2000000>;
15 };
16
17 partition@2200000 {
18 label = "User_data";
19 - reg = <0x2200000 0x4000000>;
20 + reg = <0x22c0000 0x4000000>;
21 };
22 };
23 };