]> Git Repo - J-linux.git/commitdiff
ARM: dts: stm32: Enable RTS/CTS for DH AV96 UART7
authorMarek Vasut <[email protected]>
Sat, 22 Aug 2020 20:34:25 +0000 (22:34 +0200)
committerAlexandre Torgue <[email protected]>
Wed, 23 Sep 2020 16:37:02 +0000 (18:37 +0200)
The DH AV96 has RTS/CTS lines available on UART7, describe them in DT.

Signed-off-by: Marek Vasut <[email protected]>
Cc: Alexandre Torgue <[email protected]>
Cc: Maxime Coquelin <[email protected]>
Cc: Patrice Chotard <[email protected]>
Cc: Patrick Delaunay <[email protected]>
Cc: [email protected]
To: [email protected]
Signed-off-by: Alexandre Torgue <[email protected]>
arch/arm/boot/dts/stm32mp15xx-dhcor-avenger96.dtsi

index 905cd7bb98cf03d480c4a0b9abefbca15e30f52b..ec02cee1dd9b0bedfa5f67e32c4423aba1f40c0b 100644 (file)
        label = "LS-UART0";
        pinctrl-names = "default";
        pinctrl-0 = <&uart7_pins_a>;
+       uart-has-rtscts;
        status = "okay";
 };
 
This page took 0.056972 seconds and 4 git commands to generate.