mpc83xx: add support for 3.7
[openwrt.git] / target / linux / mpc83xx / patches-3.7 / 300-mpc8377_wlan-dts-add-openwrt-hacks.patch
1 --- a/arch/powerpc/boot/dts/mpc8377_wlan.dts
2 +++ b/arch/powerpc/boot/dts/mpc8377_wlan.dts
3 @@ -81,6 +81,11 @@
4                                 reg = <0x3a0000 0x3c60000>;
5                                 label = "rootfs";
6                         };
7 +
8 +                       partition1@a0000 {
9 +                               reg = <0xa0000 0x3f60000>;
10 +                               label = "firmware";
11 +                       };
12                 };
13         };
14  
15 @@ -476,4 +481,8 @@
16                         default-state = "off";
17                 };
18         };
19 +
20 +       chosen {
21 +               bootargs = "console=ttyS0,115200 rootfstype=squashfs noinitrd";
22 +       };
23  };