ARM: dts: bockw: SCIF0 supports RTS/CTS hardware flow control
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 4 May 2016 08:57:56 +0000 (10:57 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 30 May 2016 00:37:07 +0000 (09:37 +0900)
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>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7778-bockw.dts

index e0dab14..982a237 100644 (file)
        pinctrl-0 = <&scif0_pins>;
        pinctrl-names = "default";
 
+       uart-has-rtscts;
        status = "okay";
 };