From: Sébastien Szymanski Date: Tue, 22 Oct 2019 13:16:50 +0000 (+0200) Subject: ARM: dts: imx6qdl-apf6: add flow control to uart2 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=827f16f7e91adf0a91d7ade365361577dd35dd98;p=linux.git 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 Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx6qdl-apf6.dtsi b/arch/arm/boot/dts/imx6qdl-apf6.dtsi index 9f00eba5c2585..d0205d5b3baa5 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"; };