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-ed1

DMA configuration is added to uart nodes in stm32mp15x device tree.
Delete uart4 DMA property in stm32mp157c-ed1 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>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>

authored by

Erwan Le Ray and committed by
Alexandre Torgue
8201f5f5 0f18f728

+2
+2
arch/arm/boot/dts/stm32mp157c-ed1.dts
··· 384 384 pinctrl-0 = <&uart4_pins_a>; 385 385 pinctrl-1 = <&uart4_sleep_pins_a>; 386 386 pinctrl-2 = <&uart4_idle_pins_a>; 387 + /delete-property/dmas; 388 + /delete-property/dma-names; 387 389 status = "okay"; 388 390 }; 389 391