ar71xx: add support for compex wpj344
[openwrt.git] / target / linux / ipq806x / patches-3.18 / 021-add-ap148-partitions.patch
1 --- a/arch/arm/boot/dts/qcom-ipq8064-ap148.dts
2 +++ b/arch/arm/boot/dts/qcom-ipq8064-ap148.dts
3 @@ -78,13 +78,28 @@
4                                         reg = <0>;
5  
6                                         partition@0 {
7 -                                               label = "rootfs";
8 -                                               reg = <0x0 0x1000000>;
9 +                                               label = "lowlevel_init";
10 +                                               reg = <0x0 0x1b0000>;
11                                         };
12  
13                                         partition@1 {
14 -                                               label = "scratch";
15 -                                               reg = <0x1000000 0x1000000>;
16 +                                               label = "u-boot";
17 +                                               reg = <0x1b0000 0x80000>;
18 +                                       };
19 +
20 +                                       partition@2 {
21 +                                               label = "u-boot-env";
22 +                                               reg = <0x230000 0x40000>;
23 +                                       };
24 +
25 +                                       partition@3 {
26 +                                               label = "caldata";
27 +                                               reg = <0x270000 0x40000>;
28 +                                       };
29 +
30 +                                       partition@4 {
31 +                                               label = "firmware";
32 +                                               reg = <0x2b0000 0x1d50000>;
33                                         };
34                                 };
35                         };