]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: sun5i: dt: Add UART3 CTS and RTS pins
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 22 Jun 2015 10:00:30 +0000 (12:00 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Sun, 11 Oct 2015 17:10:03 +0000 (19:10 +0200)
Add a separate pinctrl node for the UART3 CTS and RTS pins shared between
the A10s and A13.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Chen-Yu Tsai <wens@csie.org>
arch/arm/boot/dts/sun5i.dtsi

index 433c83a321ca6834ebecf1a4612fbcf1376fe385..7d355e52efe220329daf0ad1711a3f2548a16770 100644 (file)
                                allwinner,drive = <SUN4I_PINCTRL_10_MA>;
                                allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
                        };
+
+                       uart3_pins_cts_rts_a: uart3-cts-rts@0 {
+                               allwinner,pins = "PG11", "PG12";
+                               allwinner,function = "uart3";
+                               allwinner,drive = <SUN4I_PINCTRL_10_MA>;
+                               allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
+                       };
                };
 
                timer@01c20c00 {