On Fri, 21 Feb 2025 17:21:53 -0500, Frank Li wrote: > 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@xxxxxxx> > --- > dts patch first try at > https://lore.kernel.org/imx/AS8PR04MB8642049B19BC7A5C8833FEB487042@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/ > --- > Documentation/devicetree/bindings/dma/fsl,edma.yaml | 8 ++++++++ > 1 file changed, 8 insertions(+) > Acked-by: Rob Herring (Arm) <robh@xxxxxxxxxx>