aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mpc83xx/patches-3.18/300-mpc8377_wlan-dts-add-openwrt-hacks.patch
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2015-02-28 18:15:59 +0000
committerRafał Miłecki <zajec5@gmail.com>2015-02-28 18:15:59 +0000
commita398026d1658372cb1ee469b0c7315be974441cb (patch)
tree41fa4b20eefc7351d25443a39c1e4b4147982901 /target/linux/mpc83xx/patches-3.18/300-mpc8377_wlan-dts-add-openwrt-hacks.patch
parent9f85ea99c0a959698d46c66eecef525ac0dad7b0 (diff)
downloadupstream-a398026d1658372cb1ee469b0c7315be974441cb.tar.gz
upstream-a398026d1658372cb1ee469b0c7315be974441cb.tar.bz2
upstream-a398026d1658372cb1ee469b0c7315be974441cb.zip
mpc83xx: start work on 3.18 support
Signed-off-by: Rafał Miłecki <zajec5@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44573 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mpc83xx/patches-3.18/300-mpc8377_wlan-dts-add-openwrt-hacks.patch')
-rw-r--r--target/linux/mpc83xx/patches-3.18/300-mpc8377_wlan-dts-add-openwrt-hacks.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/target/linux/mpc83xx/patches-3.18/300-mpc8377_wlan-dts-add-openwrt-hacks.patch b/target/linux/mpc83xx/patches-3.18/300-mpc8377_wlan-dts-add-openwrt-hacks.patch
new file mode 100644
index 0000000000..2fda40a76b
--- /dev/null
+++ b/target/linux/mpc83xx/patches-3.18/300-mpc8377_wlan-dts-add-openwrt-hacks.patch
@@ -0,0 +1,23 @@
+--- a/arch/powerpc/boot/dts/mpc8377_wlan.dts
++++ b/arch/powerpc/boot/dts/mpc8377_wlan.dts
+@@ -81,6 +81,11 @@
+ reg = <0x3a0000 0x3c60000>;
+ label = "rootfs";
+ };
++
++ partition1@a0000 {
++ reg = <0xa0000 0x3f60000>;
++ label = "firmware";
++ };
+ };
+ };
+
+@@ -474,4 +479,8 @@
+ default-state = "off";
+ };
+ };
++
++ chosen {
++ bootargs = "console=ttyS0,115200 rootfstype=squashfs noinitrd";
++ };
+ };