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 stm32mp157a-iot-box

DMA configuration is added to uart nodes in stm32mp15x device tree.
Delete uart4 DMA property in stm32mp157a-iot-box 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
49bc295c 2fd0c0fe

+2
+2
arch/arm/boot/dts/stm32mp157a-iot-box.dts
··· 58 58 /delete-property/st,hw-flow-ctrl; 59 59 cts-gpios = <&gpioa 15 GPIO_ACTIVE_LOW>; 60 60 rts-gpios = <&gpiob 0 GPIO_ACTIVE_LOW>; 61 + /delete-property/dmas; 62 + /delete-property/dma-names; 61 63 status = "okay"; 62 64 63 65 bluetooth {