]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
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 9f00eba5c25854093aa3e99281cd73ff1c118e1a..d0205d5b3baa5f4865bc9541f6019d48be61c91c 100644 (file)
@@ -32,6 +32,7 @@ ethphy1: ethernet-phy@1 {
 &uart2 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_uart2>;
+       uart-has-rtscts;
        status = "okay";
 };