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

ARM: dts: stm32: keep uart nodes behavior on stm32mp1-microdev2.0

DMA configuration is added to uart nodes in stm32mp15x device tree.
Delete uart4 DMA property in stm32mp1-microdev2.0 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").
Delete also uart8 DMA property to keep current behavior.

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
9e9388e2 ab0e8feb

+4
+4
arch/arm/boot/dts/stm32mp157a-microgea-stm32mp1-microdev2.0.dts
··· 44 44 pinctrl-0 = <&uart4_pins_a>; 45 45 pinctrl-1 = <&uart4_sleep_pins_a>; 46 46 pinctrl-2 = <&uart4_idle_pins_a>; 47 + /delete-property/dmas; 48 + /delete-property/dma-names; 47 49 status = "okay"; 48 50 }; 49 51 ··· 53 51 &uart8 { 54 52 pinctrl-names = "default"; 55 53 pinctrl-0 = <&uart8_pins_a>; 54 + /delete-property/dmas; 55 + /delete-property/dma-names; 56 56 status = "okay"; 57 57 };