diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2016-05-04 10:57:56 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2016-05-30 09:37:07 +0900 |
commit | 388e9f592c740409ffe55740771389f946796694 (patch) | |
tree | 3e9726508cae732f67b89ec12b9206d38f56cfa3 /arch/arm/boot/dts/r8a7778-bockw.dts | |
parent | d9739aab20a147f228b883a56fa61eb4ff620419 (diff) | |
download | talos-obmc-linux-388e9f592c740409ffe55740771389f946796694.tar.gz talos-obmc-linux-388e9f592c740409ffe55740771389f946796694.zip |
ARM: dts: bockw: SCIF0 supports RTS/CTS hardware flow control
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>
Diffstat (limited to 'arch/arm/boot/dts/r8a7778-bockw.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7778-bockw.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7778-bockw.dts b/arch/arm/boot/dts/r8a7778-bockw.dts index e0dab1464648..982a237ea622 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"; }; |