Skip to content

Commit 084a3de

Browse files
shlomowcarlescufi
authored andcommitted
dts: stm32: h7: add missing dma properties
Add dma-offset and dma-requests missing device tree properties. Signed-off-by: Shlomi Vaknin <[email protected]>
1 parent 6f3b30e commit 084a3de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dts/arm/st/h7/stm32h7.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,8 @@
696696
<17 0>, <47 0>;
697697
clocks = <&rcc STM32_CLOCK_BUS_AHB1 0x00000001>;
698698
st,mem2mem;
699+
dma-offset = <0>;
700+
dma-requests = <8>;
699701
status = "disabled";
700702
label = "DMA_1";
701703
};
@@ -708,6 +710,8 @@
708710
<69 0>, <70 0>;
709711
clocks = <&rcc STM32_CLOCK_BUS_AHB1 0x00000002>;
710712
st,mem2mem;
713+
dma-offset = <8>;
714+
dma-requests = <8>;
711715
status = "disabled";
712716
label = "DMA_2";
713717
};

0 commit comments

Comments
 (0)