ath79: ag71xx: Make builtin switch driver a separated module
[oweals/openwrt.git] / target / linux / kirkwood / patches-4.14 / 101-iconnect.patch
1 --- a/arch/arm/boot/dts/kirkwood-iconnect.dts
2 +++ b/arch/arm/boot/dts/kirkwood-iconnect.dts
3 @@ -16,8 +16,6 @@
4         chosen {
5                 bootargs = "console=ttyS0,115200n8 earlyprintk";
6                 stdout-path = &uart0;
7 -               linux,initrd-start = <0x4500040>;
8 -               linux,initrd-end   = <0x4800000>;
9         };
10  
11         ocp@f1000000 {
12 @@ -146,28 +144,23 @@
13         status = "okay";
14  
15         partition@0 {
16 -               label = "uboot";
17 -               reg = <0x0000000 0xc0000>;
18 +               label = "u-boot";
19 +               reg = <0x0000000 0xe0000>;
20         };
21  
22 -       partition@a0000 {
23 -               label = "env";
24 -               reg = <0xa0000 0x20000>;
25 +       partition@e0000 {
26 +               label = "u-boot environment";
27 +               reg = <0xe0000 0x100000>;
28         };
29  
30         partition@100000 {
31 -               label = "zImage";
32 -               reg = <0x100000 0x300000>;
33 +               label = "second stage u-boot";
34 +               reg = <0x100000 0x200000>;
35         };
36  
37 -       partition@540000 {
38 -               label = "initrd";
39 -               reg = <0x540000 0x300000>;
40 -       };
41 -
42 -       partition@980000 {
43 -               label = "boot";
44 -               reg = <0x980000 0x1f400000>;
45 +       partition@200000 {
46 +               label = "ubi";
47 +               reg = <0x200000 0x1fe00000>;
48         };
49  };
50