diff mbox

[1/3] ARM: dts: bockw: SCIF0 supports RTS/CTS hardware flow control

Message ID 1462352278-30327-2-git-send-email-geert+renesas@glider.be (mailing list archive)
State Accepted
Commit 388e9f592c740409ffe55740771389f946796694
Headers show

Commit Message

Geert Uytterhoeven May 4, 2016, 8:57 a.m. UTC
On the BOCK-W development board, the RTS and CTS pins of the console
SCIF0 are wired to the "product serial" connector.  Reflect this in the
DTS by adding the "uart-has-rtscts" property to the scif0 device node.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm/boot/dts/r8a7778-bockw.dts | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/arch/arm/boot/dts/r8a7778-bockw.dts b/arch/arm/boot/dts/r8a7778-bockw.dts
index e0dab14646488c6b..982a237ea6222a59 100644
--- a/arch/arm/boot/dts/r8a7778-bockw.dts
+++ b/arch/arm/boot/dts/r8a7778-bockw.dts
@@ -223,6 +223,7 @@ 
 	pinctrl-0 = <&scif0_pins>;
 	pinctrl-names = "default";
 
+	uart-has-rtscts;
 	status = "okay";
 };