mbox series

[v2,0/2] Add EDMA0/EDMA1 nodes on i.MX8QXP

Message ID 20190327190244.9208-1-daniel.baluta@nxp.com (mailing list archive)
Headers show
Series Add EDMA0/EDMA1 nodes on i.MX8QXP | expand

Message

Daniel Baluta March 27, 2019, 7:03 p.m. UTC
First patch documents the fsl,imx8qxp-edma string while the second
adds the two EDMA nodes used by Audio peripherals on i.MX8QXP

Changes since v1:
	* use "fsl,imx8qxp-edma" compatbile instead of "fsl,imx8qm-edma"
	because this patch adds support for imx8QXP. eDMA driver is similar
        for 8QM/8QXP but it doesn't have yet support added for these boards
	so just the compatible string closer to the actual hardware.

Daniel Baluta (2):
  bindings: fsl-edma: Document fsl,imx8qxp-edma compatbile string
  arm64: dts: imx8qxp: Add EDMA0/EDMA1 nodes

 .../devicetree/bindings/dma/fsl-edma.txt      |  1 +
 arch/arm64/boot/dts/freescale/imx8qxp.dtsi    | 72 +++++++++++++++++++
 2 files changed, 73 insertions(+)