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

DMA configuration is added to uart nodes in stm32mp15x device tree.
Delete uart4 DMA property in stm32mp157c-odyssey 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
d8268564 aed569aa

+2
+2
arch/arm/boot/dts/stm32mp157c-odyssey.dts
··· 81 81 &uart4 { 82 82 pinctrl-names = "default"; 83 83 pinctrl-0 = <&uart4_pins_a>; 84 + /delete-property/dmas; 85 + /delete-property/dma-names; 84 86 status = "okay"; 85 87 }; 86 88