Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e6f50b22 authored by Maxime Ripard's avatar Maxime Ripard
Browse files

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: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent bab86b94
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
};

+1 −1
Original line number Diff line number Diff line
@@ -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";
			};