[realview] update to 2.6.39.1
[openwrt.git] / target / linux / mpc85xx / patches / 100-fix_mpc8568e_mds.patch
1 --- a/arch/powerpc/boot/dts/mpc8568mds.dts
2 +++ b/arch/powerpc/boot/dts/mpc8568mds.dts
3 @@ -301,32 +301,24 @@
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 - serial0: serial@4500 {
15 - cell-index = <0>;
16 - device_type = "serial";
17 - compatible = "ns16550";
18 - reg = <0x4500 0x100>;
19 - clock-frequency = <0>;
20 - interrupts = <42 2>;
21 - interrupt-parent = <&mpic>;
22 - };
23 + serial0: serial@4500 {
24 + cell-index = <0>;
25 + device_type = "serial";
26 + compatible = "ns16550";
27 + reg = <0x4500 0x100>;
28 + clock-frequency = <0>;
29 + interrupts = <42 2>;
30 + interrupt-parent = <&mpic>;
31 + };
32
33 - serial1: serial@4600 {
34 - cell-index = <1>;
35 - device_type = "serial";
36 - compatible = "ns16550";
37 - reg = <0x4600 0x100>;
38 - clock-frequency = <0>;
39 - interrupts = <42 2>;
40 - interrupt-parent = <&mpic>;
41 - };
42 + serial1: serial@4600 {
43 + cell-index = <1>;
44 + device_type = "serial";
45 + compatible = "ns16550";
46 + reg = <0x4600 0x100>;
47 + clock-frequency = <0>;
48 + interrupts = <42 2>;
49 + interrupt-parent = <&mpic>;
50 };
51
52 global-utilities@e0000 {
53 @@ -669,4 +661,7 @@
54 gpios = <&bcsr5 3 0>;
55 };
56 };
57 + chosen {
58 + linux,stdout-path = "/soc8568@e0000000/serial@4500";
59 + };
60 };
This page took 0.06914 seconds and 5 git commands to generate.