ARM: dts: stm32: fix DCMI DMA features on stm32mp15 family
authorHugues Fruchet <hugues.fruchet@st.com>
Thu, 8 Oct 2020 09:09:42 +0000 (11:09 +0200)
committerAlexandre Torgue <alexandre.torgue@st.com>
Tue, 17 Nov 2020 08:30:31 +0000 (09:30 +0100)
Enable FIFO mode with half-full threshold.

Signed-off-by: Hugues Fruchet <hugues.fruchet@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32mp151.dtsi

index 84757901cd8df67d898c57ac536daf902307aadb..00361d9f0187709b77a1d90b306decabf4e16257 100644 (file)
                        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";
                };