ARM: dts: sunxi: h3/h5: add missing uart2 rts/cts pins
authorKarl Palsson <karlp@tweak.net.au>
Thu, 31 Oct 2019 23:11:02 +0000 (23:11 +0000)
committerMaxime Ripard <maxime@cerno.tech>
Fri, 1 Nov 2019 09:04:52 +0000 (10:04 +0100)
uart1 and uart3 had existing pin definitions for the rts/cts pairs.
Add definitions for uart2 as well.

Signed-off-by: Karl Palsson <karlp@tweak.net.au>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
arch/arm/boot/dts/sunxi-h3-h5.dtsi

index eba190b..8df29cd 100644 (file)
                                function = "uart2";
                        };
 
+                       uart2_rts_cts_pins: uart2-rts-cts-pins {
+                               pins = "PA2", "PA3";
+                               function = "uart2";
+                       };
+
                        uart3_pins: uart3-pins {
                                pins = "PA13", "PA14";
                                function = "uart3";