提交 ed51e790 编写于 作者: R Russell King 提交者: Gregory CLEMENT

ARM: dts: armada388-clearfog: move uart nodes

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: NRussell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: NGregory CLEMENT <gregory.clement@free-electrons.com>
上级 a14c2338
...@@ -93,13 +93,6 @@ ...@@ -93,13 +93,6 @@
wp-inverted; wp-inverted;
}; };
serial@12100 {
/* mikrobus uart */
pinctrl-0 = <&mikro_uart_pins>;
pinctrl-names = "default";
status = "okay";
};
usb@58000 { usb@58000 {
/* CON3, nearest power. */ /* CON3, nearest power. */
status = "okay"; status = "okay";
...@@ -305,3 +298,10 @@ ...@@ -305,3 +298,10 @@
pinctrl-names = "default"; pinctrl-names = "default";
status = "okay"; status = "okay";
}; };
&uart1 {
/* mikrobus uart */
pinctrl-0 = <&mikro_uart_pins>;
pinctrl-names = "default";
status = "okay";
};
...@@ -69,12 +69,6 @@ ...@@ -69,12 +69,6 @@
*/ */
status = "okay"; status = "okay";
}; };
serial@12000 {
pinctrl-0 = <&uart0_pins>;
pinctrl-names = "default";
status = "okay";
};
}; };
}; };
}; };
...@@ -144,3 +138,9 @@ ...@@ -144,3 +138,9 @@
status = "disabled"; status = "disabled";
}; };
}; };
&uart0 {
pinctrl-0 = <&uart0_pins>;
pinctrl-names = "default";
status = "okay";
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册