Skip to content

Commit 60e10da

Browse files
erwangonashif
authored andcommitted
dts/arm/st: stm32h7: Fix dma2 interrupts on STM32H7 series
Fix DMA2 Interrupts numbers likely due to copy/paste issue. Signed-off-by: Erwan Gouriou <[email protected]>
1 parent b226f1d commit 60e10da

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
@@ -681,8 +681,8 @@
681681
compatible = "st,stm32-dma-v1";
682682
#dma-cells = <4>;
683683
reg = <0x40020400 0x400>;
684-
interrupts = <11 0>, <12 0>, <13 0>, <14 0>, <15 0>, <16 0>,
685-
<17 0>, <47 0>;
684+
interrupts = <56 0>, <57 0>, <58 0>, <59 0>, <60 0>, <68 0>,
685+
<69 0>, <70 0>;
686686
clocks = <&rcc STM32_CLOCK_BUS_AHB1 0x00000020>;
687687
status = "disabled";
688688
label = "DMA_2";

0 commit comments

Comments
 (0)