Skip to content

Commit db3aa56

Browse files
shlomowcarlescufi
authored andcommitted
dts: st: h7: fix clocks of dma1 and dma2
Fix the clocks bindings of dma1 and dma2 for stm32h7 series. This is wrong probably due to copy and paste. Signed-off-by: Shlomi Vaknin <[email protected]>
1 parent 50faeef commit db3aa56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dts/arm/st/h7/stm32h7.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@
694694
reg = <0x40020000 0x400>;
695695
interrupts = <11 0>, <12 0>, <13 0>, <14 0>, <15 0>, <16 0>,
696696
<17 0>, <47 0>;
697-
clocks = <&rcc STM32_CLOCK_BUS_AHB1 0x00000020>;
697+
clocks = <&rcc STM32_CLOCK_BUS_AHB1 0x00000001>;
698698
st,mem2mem;
699699
status = "disabled";
700700
label = "DMA_1";
@@ -706,7 +706,7 @@
706706
reg = <0x40020400 0x400>;
707707
interrupts = <56 0>, <57 0>, <58 0>, <59 0>, <60 0>, <68 0>,
708708
<69 0>, <70 0>;
709-
clocks = <&rcc STM32_CLOCK_BUS_AHB1 0x00000020>;
709+
clocks = <&rcc STM32_CLOCK_BUS_AHB1 0x00000002>;
710710
st,mem2mem;
711711
status = "disabled";
712712
label = "DMA_2";

0 commit comments

Comments
 (0)