summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6qdl-apf6.dtsi
diff options
context:
space:
mode:
authorSébastien Szymanski <sebastien.szymanski@armadeus.com>2019-10-22 15:16:50 +0200
committerShawn Guo <shawnguo@kernel.org>2019-10-28 14:48:40 +0800
commit827f16f7e91adf0a91d7ade365361577dd35dd98 (patch)
tree6cbf15d488c92eec79a27d84f2f29eca81747c4b /arch/arm/boot/dts/imx6qdl-apf6.dtsi
parentc916c944bcf980d531a416780013990be7c1cb16 (diff)
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.dtsi1
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";
};