Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Frank Li and committed by
Vinod Koul
34436106 e19ba02e

+8
+8
Documentation/devicetree/bindings/dma/fsl,edma.yaml
··· 28 28 - fsl,imx95-edma5 29 29 - nxp,s32g2-edma 30 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 38 + - items: 31 39 - const: fsl,ls1028a-edma 32 40 - const: fsl,vf610-edma 33 41 - items: