]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: sunxi: Rename uart nodes to serial
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 18 Mar 2013 09:54:49 +0000 (10:54 +0100)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Fri, 29 Mar 2013 08:17:38 +0000 (09:17 +0100)
The other architecture use serial@address for their uart nodes, so
rename our uart dt nodes to be consistent

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun4i-a10-cubieboard.dts
arch/arm/boot/dts/sun4i-a10-hackberry.dts
arch/arm/boot/dts/sun5i-a13-olinuxino.dts
arch/arm/boot/dts/sunxi.dtsi

index 88e2dc13fd4d64ec40a8df26349d5981e2f2ad16..cd06a3ca21966f2ec9b71b0fc03e77d05a5c094d 100644 (file)
@@ -36,11 +36,11 @@ led_pins_cubieboard: led_pins@0 {
                        };
                };
 
-               uart0: uart@01c28000 {
+               uart0: serial@01c28000 {
                        status = "okay";
                };
 
-               uart1: uart@01c28400 {
+               uart1: serial@01c28400 {
                        status = "okay";
                };
        };
index f84549ad791ef2fb2e219652ef3ff57256b6ed19..9ab6875600bdf29cc250d81ccc46f71a464d98e0 100644 (file)
@@ -23,7 +23,7 @@ chosen {
        };
 
        soc {
-               uart0: uart@01c28000 {
+               uart0: serial@01c28000 {
                        status = "okay";
                };
        };
index 33d1c7e71f257f21bb3d539382b99fb1c5442a14..f1579a831f905434928e23375f89444d3de7c250 100644 (file)
@@ -32,7 +32,7 @@ led_pins_olinuxino: led_pins@0 {
                        };
                };
 
-               uart1: uart@01c28400 {
+               uart1: serial@01c28400 {
                        pinctrl-names = "default";
                        pinctrl-0 = <&uart1_pins_b>;
                        status = "okay";
index 287deb79e515182c2bf71ade46cd3319550edec8..5b1893fb7eb282717c35a5a5d999e1767d4a85ed 100644 (file)
@@ -136,7 +136,7 @@ intc: interrupt-controller@01c20400 {
                        #interrupt-cells = <1>;
                };
 
-               uart0: uart@01c28000 {
+               uart0: serial@01c28000 {
                        compatible = "snps,dw-apb-uart";
                        reg = <0x01c28000 0x400>;
                        interrupts = <1>;
@@ -146,7 +146,7 @@ uart0: uart@01c28000 {
                        status = "disabled";
                };
 
-               uart1: uart@01c28400 {
+               uart1: serial@01c28400 {
                        compatible = "snps,dw-apb-uart";
                        reg = <0x01c28400 0x400>;
                        interrupts = <2>;