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: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
Maxime Ripard 2017-02-05 17:56:40 +01:00
parent bab86b948e
commit e6f50b223d
2 changed files with 2 additions and 2 deletions

View File

@ -281,7 +281,7 @@
&uart3 {
pinctrl-names = "default";
pinctrl-0 = <&uart3_pins_a>,
<&uart3_pins_cts_rts_a>;
<&uart3_cts_rts_pins_a>;
status = "okay";
};

View File

@ -346,7 +346,7 @@
function = "uart3";
};
uart3_pins_cts_rts_a: uart3-cts-rts@0 {
uart3_cts_rts_pins_a: uart3-cts-rts@0 {
pins = "PG11", "PG12";
function = "uart3";
};