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

ARM: dts: stm32: keep uart4 behavior on stm32mp157c-lxa-mc1

DMA configuration is added to uart nodes in stm32mp15x device tree.
Delete uart4 DMA property in stm32mp157c-lxa-mc1 board device tree to
keep console in irq mode, as DMA support for console has been removed
from the driver by commit e359b4411c28 ("serial: stm32: fix threaded
interrupt handling").

Signed-off-by: Erwan Le Ray <erwan.leray@foss.st.com>
Reviewed-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>

authored by

Erwan Le Ray and committed by
Alexandre Torgue
aed569aa ee41561d

+2
+2
arch/arm/boot/dts/stm32mp157c-lxa-mc1.dts
··· 248 248 &uart4 { 249 249 pinctrl-names = "default"; 250 250 pinctrl-0 = <&uart4_pins_a>; 251 + /delete-property/dmas; 252 + /delete-property/dma-names; 251 253 status = "okay"; 252 254 };