diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2016-05-04 10:57:57 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2016-05-30 09:37:07 +0900 |
commit | d5bb5dcc584109323c4305e5e2a570aa1fa974ce (patch) | |
tree | 405f481cdabd006178db8bda664ac009a0de420c /arch/arm/boot/dts/sh73a0-kzm9g.dts | |
parent | 388e9f592c740409ffe55740771389f946796694 (diff) | |
download | op-kernel-dev-d5bb5dcc584109323c4305e5e2a570aa1fa974ce.zip op-kernel-dev-d5bb5dcc584109323c4305e5e2a570aa1fa974ce.tar.gz |
ARM: dts: kzm9g: SCIFA4 supports RTS/CTS hardware flow control
On the KZM-A9-GT development board, the RTS and CTS pins of the debug
console SCIFA4 are wired to the CP2102 Serial-USB bridge. Reflect
this in the DTS by adding the "uart-has-rtscts" property to the scifa4
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/sh73a0-kzm9g.dts')
-rw-r--r-- | arch/arm/boot/dts/sh73a0-kzm9g.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sh73a0-kzm9g.dts b/arch/arm/boot/dts/sh73a0-kzm9g.dts index c2d8a08..9881adf 100644 --- a/arch/arm/boot/dts/sh73a0-kzm9g.dts +++ b/arch/arm/boot/dts/sh73a0-kzm9g.dts @@ -378,6 +378,7 @@ pinctrl-0 = <&scifa4_pins>; pinctrl-names = "default"; + uart-has-rtscts; status = "okay"; }; |