Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: stm32: Enable RTS/CTS for DH AV96 UART7

The DH AV96 has RTS/CTS lines available on UART7, describe them in DT.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Alexandre Torgue <alexandre.torgue@st.com>
Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com>
Cc: Patrice Chotard <patrice.chotard@st.com>
Cc: Patrick Delaunay <patrick.delaunay@st.com>
Cc: linux-stm32@st-md-mailman.stormreply.com
To: linux-arm-kernel@lists.infradead.org
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>

authored by

Marek Vasut and committed by
Alexandre Torgue
3c5c0eee 9ad98319

+1
+1
arch/arm/boot/dts/stm32mp15xx-dhcor-avenger96.dtsi
··· 351 351 label = "LS-UART0"; 352 352 pinctrl-names = "default"; 353 353 pinctrl-0 = <&uart7_pins_a>; 354 + uart-has-rtscts; 354 355 status = "okay"; 355 356 }; 356 357