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 03d2b532a0771e4edce0887d9bdab14c17a7c525..b605672424ac95bf554fd02c24f68f63ba80eb95 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 5b1893fb7eb282717c35a5a5d999e1767d4a85ed..eb6f77025b73a55c054d5f509cfbb2ef657d2cfe 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>;
This page took 0.081776 seconds and 5 git commands to generate.