aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mpc85xx/patches-3.18/100-fix_mpc8568e_mds.patch
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-02-17 20:28:36 +0000
committerJohn Crispin <blogic@openwrt.org>2015-02-17 20:28:36 +0000
commit5ea6da2c711e25cc3d0a78058f91426528040880 (patch)
tree9c9c7143b321c11de7c19269c8841a325a147631 /target/linux/mpc85xx/patches-3.18/100-fix_mpc8568e_mds.patch
parent5b897b6f3a887a294c7763621371df1f4c6d2fa9 (diff)
downloadmaster-187ad058-5ea6da2c711e25cc3d0a78058f91426528040880.tar.gz
master-187ad058-5ea6da2c711e25cc3d0a78058f91426528040880.tar.bz2
master-187ad058-5ea6da2c711e25cc3d0a78058f91426528040880.zip
mpc85xx: add v3.18 support
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44485 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mpc85xx/patches-3.18/100-fix_mpc8568e_mds.patch')
-rw-r--r--target/linux/mpc85xx/patches-3.18/100-fix_mpc8568e_mds.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/target/linux/mpc85xx/patches-3.18/100-fix_mpc8568e_mds.patch b/target/linux/mpc85xx/patches-3.18/100-fix_mpc8568e_mds.patch
new file mode 100644
index 0000000000..993b5f71c3
--- /dev/null
+++ b/target/linux/mpc85xx/patches-3.18/100-fix_mpc8568e_mds.patch
@@ -0,0 +1,32 @@
+--- a/arch/powerpc/boot/dts/fsl/mpc8568si-post.dtsi
++++ b/arch/powerpc/boot/dts/fsl/mpc8568si-post.dtsi
+@@ -134,17 +134,8 @@
+
+ };
+
+- duart-sleep-nexus {
+- #address-cells = <1>;
+- #size-cells = <1>;
+- compatible = "simple-bus";
+- sleep = <&pmc 0x00000002>;
+- ranges;
+-
+ /include/ "pq3-duart-0.dtsi"
+
+- };
+-
+ L2: l2-cache-controller@20000 {
+ compatible = "fsl,mpc8568-l2-cache-controller";
+ reg = <0x20000 0x1000>;
+--- a/arch/powerpc/boot/dts/mpc8568mds.dts
++++ b/arch/powerpc/boot/dts/mpc8568mds.dts
+@@ -309,6 +309,9 @@
+ gpios = <&bcsr5 3 0>;
+ };
+ };
++ chosen {
++ linux,stdout-path = "/soc8568@e0000000/serial@4500";
++ };
+ };
+
+ /include/ "fsl/mpc8568si-post.dtsi"