Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: stm32: Enable DMA2D on STM32F469-DISCO board

Enable DMA2D on STM32F469-DISCO board.

Signed-off-by: Dillon Min <dillon.minfei@gmail.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>

authored by

Dillon Min and committed by
Alexandre Torgue
6ced294e b8b34b31

+4
+4
arch/arm/boot/dts/stm32f469-disco.dts
··· 132 132 clock-frequency = <8000000>; 133 133 }; 134 134 135 + &dma2d { 136 + status = "okay"; 137 + }; 138 + 135 139 &dsi { 136 140 #address-cells = <1>; 137 141 #size-cells = <0>;