]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: armada388-clearfog: move uart nodes
authorRussell King <rmk+kernel@armlinux.org.uk>
Mon, 2 Jan 2017 15:27:32 +0000 (15:27 +0000)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Thu, 5 Jan 2017 12:59:17 +0000 (13:59 +0100)
Move the uart nodes over to use the label form to reference the serial
devices, rather than replicating the device node path.

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
arch/arm/boot/dts/armada-388-clearfog.dtsi
arch/arm/boot/dts/armada-38x-solidrun-microsom.dtsi

index 6149699eefc2a227fff90c5d9c9768e950509150..0f5938bede53c30ce84f24a9a9b733517cc52118 100644 (file)
                                wp-inverted;
                        };
 
-                       serial@12100 {
-                               /* mikrobus uart */
-                               pinctrl-0 = <&mikro_uart_pins>;
-                               pinctrl-names = "default";
-                               status = "okay";
-                       };
-
                        usb@58000 {
                                /* CON3, nearest  power. */
                                status = "okay";
        pinctrl-names = "default";
        status = "okay";
 };
+
+&uart1 {
+       /* mikrobus uart */
+       pinctrl-0 = <&mikro_uart_pins>;
+       pinctrl-names = "default";
+       status = "okay";
+};
index 213b1fb11e7c84429b475084d634030873e83793..9b508a8161f53f12344196619b42b26c49fdbe9b 100644 (file)
                                 */
                                status = "okay";
                        };
-
-                       serial@12000 {
-                               pinctrl-0 = <&uart0_pins>;
-                               pinctrl-names = "default";
-                               status = "okay";
-                       };
                };
        };
 };
                status = "disabled";
        };
 };
+
+&uart0 {
+       pinctrl-0 = <&uart0_pins>;
+       pinctrl-names = "default";
+       status = "okay";
+};