Skip to content

Commit 25249a0

Browse files
JordanYatesfabiobaltieri
authored andcommitted
dts: st: stm32l4p5: re-add SDMMC idma property
The `idma` property added in 94847be was removed in the re-organisation in 306dea6. Re-add the property at a more generic location. Signed-off-by: Jordan Yates <jordan@embeint.com>
1 parent e5759f4 commit 25249a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dts/arm/st/l4/stm32l4p5.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@
354354
<&rcc STM32_SRC_HSI48 CLK48_SEL(0)>;
355355
resets = <&rctl STM32_RESET(AHB2, 22U)>;
356356
interrupts = <49 0>;
357+
idma;
357358
status = "disabled";
358359
};
359360

@@ -364,6 +365,7 @@
364365
<&rcc STM32_SRC_HSI48 CLK48_SEL(0)>;
365366
resets = <&rctl STM32_RESET(AHB2, 23U)>;
366367
interrupts = <47 0>;
368+
idma;
367369
status = "disabled";
368370
};
369371

0 commit comments

Comments
 (0)