Skip to content

Commit 3443610

Browse files
nxpfranklivinodkoul
authored andcommitted
dt-bindings: dma: fsl,edma: Add i.MX94 support
Add support for the i.MX94 DMA controllers. The SoC includes two DMA controllers: one compatible with i.MX93 eDMA3 and another compatible with i.MX95 eDMA5. Add compatible string "fsl,imx94-edma3" with fallback to "fsl,imx93-edma3". Add compatible string "fsl,imx94-edma5" with fallback to "fsl,imx95-edma5". Signed-off-by: Frank Li <Frank.Li@nxp.com> Acked-by: Rob Herring (Arm) <robh@kernel.org> Link: https://lore.kernel.org/r/20250221222153.405285-1-Frank.Li@nxp.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent e19ba02 commit 3443610

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Documentation/devicetree/bindings/dma/fsl,edma.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ properties:
2727
- fsl,imx93-edma4
2828
- fsl,imx95-edma5
2929
- nxp,s32g2-edma
30+
- items:
31+
- enum:
32+
- fsl,imx94-edma3
33+
- const: fsl,imx93-edma3
34+
- items:
35+
- enum:
36+
- fsl,imx94-edma5
37+
- const: fsl,imx95-edma5
3038
- items:
3139
- const: fsl,ls1028a-edma
3240
- const: fsl,vf610-edma

0 commit comments

Comments
 (0)