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

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

+4
+4
arch/arm/boot/dts/stm32mp15xx-dhcom-pdk2.dtsi
··· 287 287 &usart3 { 288 288 pinctrl-names = "default"; 289 289 pinctrl-0 = <&usart3_pins_a>; 290 + /delete-property/dmas; 291 + /delete-property/dma-names; 290 292 status = "okay"; 291 293 }; 292 294 ··· 296 294 pinctrl-names = "default"; 297 295 pinctrl-0 = <&uart8_pins_a &uart8_rtscts_pins_a>; 298 296 uart-has-rtscts; 297 + /delete-property/dmas; 298 + /delete-property/dma-names; 299 299 status = "okay"; 300 300 }; 301 301