mediatek: pull in some fixes fromt he latest SDK
[openwrt/staging/jow.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 2020-07-16 16:31:01.073767264 +0800
2 +++ b/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts 2020-07-16 16:33:02.518867067 +0800
3 @@ -579,17 +579,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 };