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

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
......@@ -1098,7 +1098,7 @@ dcmi: dcmi@4c006000 {
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";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment