diff mbox series

ARM: dts: sunxi: add H3/H5 uart2 rts/cts bindings

Message ID 20171215140500.4394-1-nunojpg@gmail.com
State New
Headers show
Series ARM: dts: sunxi: add H3/H5 uart2 rts/cts bindings | expand

Commit Message

Nuno Gonçalves Dec. 15, 2017, 2:05 p.m. UTC
Currently there are already bindings for uart1 and uart3 but uart2 was
lacking.

Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>

---
 arch/arm/boot/dts/sunxi-h3-h5.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

-- 
2.11.0

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/sunxi-h3-h5.dtsi b/arch/arm/boot/dts/sunxi-h3-h5.dtsi
index 8d40c00d64bb..e0e0551b3f05 100644
--- a/arch/arm/boot/dts/sunxi-h3-h5.dtsi
+++ b/arch/arm/boot/dts/sunxi-h3-h5.dtsi
@@ -377,6 +377,11 @@ 
 				function = "uart2";
 			};
 
+			uart2_rts_cts_pins: uart2_rts_cts {
+				pins = "PA2", "PA3";
+				function = "uart2";
+			};
+
 			uart3_pins: uart3 {
 				pins = "PA13", "PA14";
 				function = "uart3";