ath79: ag71xx: Make builtin switch driver a separated module
[oweals/openwrt.git] / target / linux / kirkwood / patches-4.14 / 100-ib62x0.patch
1 --- a/arch/arm/boot/dts/kirkwood-ib62x0.dts
2 +++ b/arch/arm/boot/dts/kirkwood-ib62x0.dts
3 @@ -6,7 +6,7 @@
4  
5  / {
6         model = "RaidSonic ICY BOX IB-NAS62x0 (Rev B)";
7 -       compatible = "raidsonic,ib-nas6210-b", "raidsonic,ib-nas6220-b", "raidsonic,ib-nas6210", "raidsonic,ib-nas6220", "raidsonic,ib-nas62x0", "marvell,kirkwood-88f6281", "marvell,kirkwood";
8 +       compatible = "raidsonic,ib-nas62x0", "marvell,kirkwood-88f6281", "marvell,kirkwood";
9  
10         memory {
11                 device_type = "memory";
12 @@ -118,13 +118,13 @@
13         };
14  
15         partition@100000 {
16 -               label = "uImage";
17 -               reg = <0x0100000 0x600000>;
18 +               label = "second stage u-boot";
19 +               reg = <0x100000 0x200000>;
20         };
21  
22 -       partition@700000 {
23 -               label = "root";
24 -               reg = <0x0700000 0xf900000>;
25 +       partition@200000 {
26 +               label = "ubi";
27 +               reg = <0x200000 0xfe00000>;
28         };
29  
30  };