mpc85xx: refresh linux 3.14 patches
[openwrt/openwrt.git] / target / linux / mpc85xx / patches-3.14 / 110-fix_mpc8548_cds.patch
1 --- a/arch/powerpc/boot/dts/fsl/mpc8548si-post.dtsi
2 +++ b/arch/powerpc/boot/dts/fsl/mpc8548si-post.dtsi
3 @@ -131,7 +131,24 @@
4
5 /include/ "pq3-i2c-0.dtsi"
6 /include/ "pq3-i2c-1.dtsi"
7 -/include/ "pq3-duart-0.dtsi"
8 +
9 + serial0: serial@4600 {
10 + cell-index = <1>;
11 + device_type = "serial";
12 + compatible = "fsl,ns16550", "ns16550";
13 + reg = <0x4600 0x100>;
14 + clock-frequency = <0>;
15 + interrupts = <42 2 0 0>;
16 + };
17 +
18 + serial1: serial@4500 {
19 + cell-index = <0>;
20 + device_type = "serial";
21 + compatible = "fsl,ns16550", "ns16550";
22 + reg = <0x4500 0x100>;
23 + clock-frequency = <0>;
24 + interrupts = <42 2 0 0>;
25 + };
26
27 L2: l2-cache-controller@20000 {
28 compatible = "fsl,mpc8548-l2-cache-controller";
29 --- a/arch/powerpc/boot/dts/mpc8548cds_32b.dts
30 +++ b/arch/powerpc/boot/dts/mpc8548cds_32b.dts
31 @@ -75,6 +75,9 @@
32 ranges = <0x0 0x0 0x0 0xc0000000 0x0 0x20000000>;
33 };
34 };
35 + chosen {
36 + linux,stdout-path = "/soc8548@e0000000/serial@4600";
37 + };
38 };
39
40 /*