dts: st: stm32l4p5: re-add SDMMC idma
property
The `idma` property added in94847be1
was removed in the re-organisation in306dea6f
. Re-add the property at a more generic location. Signed-off-by: Jordan Yates <jordan@embeint.com>
This commit is contained in:
parent
e5759f469a
commit
25249a010a
1 changed files with 2 additions and 0 deletions
|
@ -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 @@
|
|||
<&rcc STM32_SRC_HSI48 CLK48_SEL(0)>;
|
||||
resets = <&rctl STM32_RESET(AHB2, 23U)>;
|
||||
interrupts = <47 0>;
|
||||
idma;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue