diff options
author | Sébastien Szymanski <sebastien.szymanski@armadeus.com> | 2019-10-22 16:16:50 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-10-28 09:48:40 +0300 |
commit | 827f16f7e91adf0a91d7ade365361577dd35dd98 (patch) | |
tree | 6cbf15d488c92eec79a27d84f2f29eca81747c4b /arch/arm/boot/dts/imx6qdl-apf6.dtsi | |
parent | c916c944bcf980d531a416780013990be7c1cb16 (diff) | |
download | linux-827f16f7e91adf0a91d7ade365361577dd35dd98.tar.xz |
ARM: dts: imx6qdl-apf6: add flow control to uart2
RTS/CTS lines are wired to the Bluetooth chip so add uart-has-rtscts
property to uart2.
Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-apf6.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-apf6.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-apf6.dtsi b/arch/arm/boot/dts/imx6qdl-apf6.dtsi index 9f00eba5c258..d0205d5b3baa 100644 --- a/arch/arm/boot/dts/imx6qdl-apf6.dtsi +++ b/arch/arm/boot/dts/imx6qdl-apf6.dtsi @@ -32,6 +32,7 @@ &uart2 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_uart2>; + uart-has-rtscts; status = "okay"; }; |