ARM: sunxi: dt: Move uart0 to sun4i-a10.dtsi
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 21 Feb 2013 01:25:03 +0000 (17:25 -0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Fri, 29 Mar 2013 08:17:44 +0000 (09:17 +0100)
The UART0 is only available on the Allwinner A10 SoCs, and not on the
A13, so move the uart0 node to sun4i-a10.dtsi.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Emilio López <emilio@elopez.com.ar>
Tested-by: Emilio López <emilio@elopez.com.ar>
arch/arm/boot/dts/sun4i-a10.dtsi
arch/arm/boot/dts/sunxi.dtsi

index 03d2b53..b605672 100644 (file)
                                allwinner,pull = <0>;
                        };
                };
+
+               uart0: serial@01c28000 {
+                       compatible = "snps,dw-apb-uart";
+                       reg = <0x01c28000 0x400>;
+                       interrupts = <1>;
+                       reg-shift = <2>;
+                       reg-io-width = <4>;
+                       clocks = <&osc>;
+                       status = "disabled";
+               };
        };
 };
index 5b1893f..eb6f770 100644 (file)
                        #interrupt-cells = <1>;
                };
 
-               uart0: serial@01c28000 {
-                       compatible = "snps,dw-apb-uart";
-                       reg = <0x01c28000 0x400>;
-                       interrupts = <1>;
-                       reg-shift = <2>;
-                       reg-io-width = <4>;
-                       clocks = <&osc>;
-                       status = "disabled";
-               };
-
                uart1: serial@01c28400 {
                        compatible = "snps,dw-apb-uart";
                        reg = <0x01c28400 0x400>;