kirkwood: switch from swconfig to dsa
[oweals/openwrt.git] / target / linux / kirkwood / patches-4.14 / 107-01-zyxel-nsa3x0-common-nand-partitions.patch
1 --- a/arch/arm/boot/dts/kirkwood-nsa3x0-common.dtsi
2 +++ b/arch/arm/boot/dts/kirkwood-nsa3x0-common.dtsi
3 @@ -112,40 +112,16 @@
4  
5         partition@0 {
6                 label = "uboot";
7 -               reg = <0x0000000 0x0100000>;
8 +               reg = <0x0000000 0x00c0000>;
9                 read-only;
10         };
11         partition@100000 {
12                 label = "uboot_env";
13 -               reg = <0x0100000 0x0080000>;
14 +               reg = <0x00c0000 0x0080000>;
15         };
16 -       partition@180000 {
17 -               label = "key_store";
18 -               reg = <0x0180000 0x0080000>;
19 -       };
20 -       partition@200000 {
21 -               label = "info";
22 -               reg = <0x0200000 0x0080000>;
23 -       };
24 -       partition@280000 {
25 -               label = "etc";
26 -               reg = <0x0280000 0x0a00000>;
27 -       };
28 -       partition@c80000 {
29 -               label = "kernel_1";
30 -               reg = <0x0c80000 0x0a00000>;
31 -       };
32 -       partition@1680000 {
33 -               label = "rootfs1";
34 -               reg = <0x1680000 0x2fc0000>;
35 -       };
36 -       partition@4640000 {
37 -               label = "kernel_2";
38 -               reg = <0x4640000 0x0a00000>;
39 -       };
40 -       partition@5040000 {
41 -               label = "rootfs2";
42 -               reg = <0x5040000 0x2fc0000>;
43 +       partition@140000 {
44 +               label = "ubi";
45 +               reg = <0x0140000 0x7ec0000>;
46         };
47  };
48