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

DMA configuration is added to uart nodes in stm32mp15x device tree.
Delete usart3 and uart8 nodes DMA property in stm32mp15xx-dhcom-picoitx
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
b1bcd817 89104f45

+4
+4
arch/arm/boot/dts/stm32mp15xx-dhcom-picoitx.dtsi
··· 105 105 &usart3 { 106 106 pinctrl-names = "default"; 107 107 pinctrl-0 = <&usart3_pins_a>; 108 + /delete-property/dmas; 109 + /delete-property/dma-names; 108 110 status = "okay"; 109 111 }; 110 112 111 113 &uart8 { 112 114 pinctrl-names = "default"; 113 115 pinctrl-0 = <&uart8_pins_a &uart8_rtscts_pins_a>; 116 + /delete-property/dmas; 117 + /delete-property/dma-names; 114 118 status = "okay"; 115 119 }; 116 120