Skip to content

Commit a72cfba

Browse files
Alain Volmatnashif
authored andcommitted
dts: bindings: video: dcmi: remove the dma in board dts example
With the addition of the dma property within the soc dtsi, it is no more necessary to add it within the board dts. Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
1 parent 99e12cb commit a72cfba

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dts/bindings/video/st,stm32-dcmi.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ description: |
1515
&dcmi_d0_pc6 &dcmi_d1_pc7 &dcmi_d2_pe0 &dcmi_d3_pe1
1616
&dcmi_d4_pe4 &dcmi_d5_pd3 &dcmi_d6_pe5 &dcmi_d7_pe6>;
1717
pinctrl-names = "default";
18-
dmas = <&dma1 0 75 (STM32_DMA_PERIPH_TO_MEMORY | STM32_DMA_PERIPH_NO_INC |
19-
STM32_DMA_MEM_INC | STM32_DMA_PERIPH_8BITS | STM32_DMA_MEM_32BITS |
20-
STM32_DMA_PRIORITY_HIGH) STM32_DMA_FIFO_1_4>;
2118
2219
port {
2320
dcmi_ep_in: endpoint {

0 commit comments

Comments
 (0)