Commit 3e1f79e4 authored by Hugues Fruchet's avatar Hugues Fruchet Committed by Alexandre Torgue
Browse files

ARM: dts: stm32: fix DCMI DMA features on stm32mp15 family



Enable FIFO mode with half-full threshold.

Signed-off-by: default avatarHugues Fruchet <hugues.fruchet@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent f4c7fa39
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1098,7 +1098,7 @@
			resets = <&rcc CAMITF_R>;
			clocks = <&rcc DCMI>;
			clock-names = "mclk";
			dmas = <&dmamux1 75 0x400 0x0d>;
			dmas = <&dmamux1 75 0x400 0x01>;
			dma-names = "tx";
			status = "disabled";
		};