提交 e6f50b22 编写于 作者: M Maxime Ripard

ARM: sun5i: Rename UART3 flow control pins

The UART3 pin group for the CTS and RTS signals doesn't follow our usual
pattern. Rename it so that it matches.
Acked-by: NChen-Yu Tsai <wens@csie.org>
Signed-off-by: NMaxime Ripard <maxime.ripard@free-electrons.com>
上级 bab86b94
...@@ -281,7 +281,7 @@ ...@@ -281,7 +281,7 @@
&uart3 { &uart3 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&uart3_pins_a>, pinctrl-0 = <&uart3_pins_a>,
<&uart3_pins_cts_rts_a>; <&uart3_cts_rts_pins_a>;
status = "okay"; status = "okay";
}; };
......
...@@ -346,7 +346,7 @@ ...@@ -346,7 +346,7 @@
function = "uart3"; function = "uart3";
}; };
uart3_pins_cts_rts_a: uart3-cts-rts@0 { uart3_cts_rts_pins_a: uart3-cts-rts@0 {
pins = "PG11", "PG12"; pins = "PG11", "PG12";
function = "uart3"; function = "uart3";
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册