ARM: dts: imx6qdl-apf6: add flow control to uart2
authorSébastien Szymanski <sebastien.szymanski@armadeus.com>
Tue, 22 Oct 2019 13:16:50 +0000 (15:16 +0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 28 Oct 2019 06:48:40 +0000 (14:48 +0800)
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>
arch/arm/boot/dts/imx6qdl-apf6.dtsi

index 9f00eba..d0205d5 100644 (file)
@@ -32,6 +32,7 @@
 &uart2 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_uart2>;
+       uart-has-rtscts;
        status = "okay";
 };