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

DMA configuration is added to uart nodes in stm32mp15x device tree.
Delete uart4 DMA property in stm32mp1-microdev2.0-of7 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
ab0e8feb 49bc295c

+4
+4
arch/arm/boot/dts/stm32mp157a-microgea-stm32mp1-microdev2.0-of7.dts
··· 143 143 pinctrl-0 = <&uart4_pins_a>; 144 144 pinctrl-1 = <&uart4_sleep_pins_a>; 145 145 pinctrl-2 = <&uart4_idle_pins_a>; 146 + /delete-property/dmas; 147 + /delete-property/dma-names; 146 148 status = "okay"; 147 149 }; 148 150 ··· 152 150 &uart8 { 153 151 pinctrl-names = "default"; 154 152 pinctrl-0 = <&uart8_pins_a>; 153 + /delete-property/dmas; 154 + /delete-property/dma-names; 155 155 status = "okay"; 156 156 };