mpc85xx: add v3.18 support
[15.05/openwrt.git] / target / linux / mpc85xx / patches-3.18 / 100-fix_mpc8568e_mds.patch
1 --- a/arch/powerpc/boot/dts/fsl/mpc8568si-post.dtsi
2 +++ b/arch/powerpc/boot/dts/fsl/mpc8568si-post.dtsi
3 @@ -134,17 +134,8 @@
4  
5         };
6  
7 -       duart-sleep-nexus {
8 -               #address-cells = <1>;
9 -               #size-cells = <1>;
10 -               compatible = "simple-bus";
11 -               sleep = <&pmc 0x00000002>;
12 -               ranges;
13 -
14  /include/ "pq3-duart-0.dtsi"
15  
16 -       };
17 -
18         L2: l2-cache-controller@20000 {
19                 compatible = "fsl,mpc8568-l2-cache-controller";
20                 reg = <0x20000 0x1000>;
21 --- a/arch/powerpc/boot/dts/mpc8568mds.dts
22 +++ b/arch/powerpc/boot/dts/mpc8568mds.dts
23 @@ -309,6 +309,9 @@
24                         gpios = <&bcsr5 3 0>;
25                 };
26         };
27 +       chosen {
28 +               linux,stdout-path = "/soc8568@e0000000/serial@4500";
29 +       };
30  };
31  
32  /include/ "fsl/mpc8568si-post.dtsi"