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 icore-stm32mp1-edimm2.2

DMA configuration is added to uart nodes in stm32mp15x device tree.
Delete uart4 DMA property in icore-stm32mp1-edimm2.2 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
2fd0c0fe 97f44495

+2
+2
arch/arm/boot/dts/stm32mp157a-icore-stm32mp1-edimm2.2.dts
··· 128 128 pinctrl-0 = <&uart4_pins_a>; 129 129 pinctrl-1 = <&uart4_sleep_pins_a>; 130 130 pinctrl-2 = <&uart4_idle_pins_a>; 131 + /delete-property/dmas; 132 + /delete-property/dma-names; 131 133 status = "okay"; 132 134 };