Browse Source

dts: st: stm32l4p5: re-add SDMMC `idma` property

The `idma` property added in 94847be1 was removed in the re-organisation
in 306dea6f. Re-add the property at a more generic location.

Signed-off-by: Jordan Yates <jordan@embeint.com>
pull/91287/head
Jordan Yates 1 month ago committed by Fabio Baltieri
parent
commit
25249a010a
  1. 2
      dts/arm/st/l4/stm32l4p5.dtsi

2
dts/arm/st/l4/stm32l4p5.dtsi

@ -354,6 +354,7 @@ @@ -354,6 +354,7 @@
<&rcc STM32_SRC_HSI48 CLK48_SEL(0)>;
resets = <&rctl STM32_RESET(AHB2, 22U)>;
interrupts = <49 0>;
idma;
status = "disabled";
};
@ -364,6 +365,7 @@ @@ -364,6 +365,7 @@
<&rcc STM32_SRC_HSI48 CLK48_SEL(0)>;
resets = <&rctl STM32_RESET(AHB2, 23U)>;
interrupts = <47 0>;
idma;
status = "disabled";
};

Loading…
Cancel
Save