diff options
author | Lee Jones <lee.jones@linaro.org> | 2017-02-03 10:23:19 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-02-06 09:47:52 +0100 |
commit | 36523b6830fa468ae9e0335601aed475480b7dd3 (patch) | |
tree | 232030bcea8cab155c241f04474e9a7c2c164a47 /arch/arm/boot/dts/stih410-b2260.dts | |
parent | cf38e1a60ea99a81ec479e8f995c63b1d19d1f6a (diff) | |
download | blackbird-obmc-linux-36523b6830fa468ae9e0335601aed475480b7dd3.tar.gz blackbird-obmc-linux-36523b6830fa468ae9e0335601aed475480b7dd3.zip |
ARM: dts: STiH410-b2260: Enable HW flow-control
Hardware flow-control capability must be specified at a platform
level in order to inform the ASC driver that the platform is capable
(i.e. are the lines wired up, etc). STiH4{07,10} devices are indeed
capable, so let's provide the property.
Acked-by: Peter Griffin <peter.griffin@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/arm/boot/dts/stih410-b2260.dts')
-rw-r--r-- | arch/arm/boot/dts/stih410-b2260.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stih410-b2260.dts b/arch/arm/boot/dts/stih410-b2260.dts index cbcbcb4c6e4f..93c14d183e29 100644 --- a/arch/arm/boot/dts/stih410-b2260.dts +++ b/arch/arm/boot/dts/stih410-b2260.dts @@ -66,6 +66,7 @@ pinctrl-0 = <&pinctrl_serial0_hw_flowctrl>; pinctrl-1 = <&pinctrl_serial0>; rts-gpios = <&pio17 3 GPIO_ACTIVE_LOW>; + uart-has-rtscts; status = "okay"; }; |