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 stm32mp15xx-dhcom-drc02

DMA configuration is added to uart nodes in stm32mp15x device tree.
Delete usart3 and uart8 nodes DMA property in stm32mp15xx-dhcom-drc02
board device tree 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
97b37fb0 d8268564

+4
+4
arch/arm/boot/dts/stm32mp15xx-dhcom-drc02.dtsi
··· 131 131 &usart3 { 132 132 pinctrl-names = "default"; 133 133 pinctrl-0 = <&usart3_pins_a>; 134 + /delete-property/dmas; 135 + /delete-property/dma-names; 134 136 status = "okay"; 135 137 }; 136 138 ··· 146 144 pinctrl-names = "default"; 147 145 pinctrl-0 = <&uart8_pins_a>; 148 146 rts-gpios = <&gpioe 6 GPIO_ACTIVE_HIGH>; 147 + /delete-property/dmas; 148 + /delete-property/dma-names; 149 149 status = "okay"; 150 150 }; 151 151