summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8qm-ss-dma.dtsi
AgeCommit message (Collapse)Author
2019-11-25MLK-22284-3 ARM64: dts: freescale: imx8dx/qm: split dma channel power domainRobin Gong
Split dma channel power domain from sub-domain of dma customer driver such as Audio, LPUART etc. Signed-off-by: Robin Gong <yibin.gong@nxp.com>
2019-11-25arm64: dts: imx8qm: add missing pd for uart4 lpcgDong Aisheng
missing pd for uart4 lpcg Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
2019-11-25ARM64: imx8qm: add edma device nodesRobin Gong
edma devices are slight different with i.mx8qxp, such as different edma2 called on i.mx8qm while edma0 called on i.mx8qxp for the same edma address map. Besides, dma channel used by audio/uart may be different with i.mx8qxp too. Signed-off-by: Robin Gong <yibin.gong@nxp.com>
2019-11-25arm64: dts: add lpspi2 support for imx8qm-mek boardClark Wang
Enable LPSPI2 function on imx8qm-mek board. LPSPI2 pinout are on the base board. Signed-off-by: Clark Wang <xiaoning.wang@nxp.com>
2019-11-25arch: arm64: imx8qm: add CAN node in devicetreeJoakim Zhang
Add CAN node for imx8qm in devicetree. Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
2019-11-25arm64: dts: imx8qm: correct lpuart compatible stringFugang Duan
imx8qm lpuart is the same as imx8qxp, and driver's compatible string in of_device_id is "fsl,imx8qxp-lpuart", so change imx8qm lpuart compatible string to "fsl,imx8qxp-lpuart". Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
2019-11-25arm64: dts: imx8qm: add dma ss supportDong Aisheng
The DMA SS of MX8QM is mostly the same as the DMA part in MX8QXP ADMA SS while it has one more instance for each of LPUART, ADC and LPI2C. And unlike MX8QXP that flexcan clocks are shared between multiple CAN instances, MX8QM has separate flexcan clock slice. So we reuse the most part of common imx8-ss-dma.dtsi and add new things based on it. Cc: Rob Herring <robh+dt@kernel.org> Cc: Mark Rutland <mark.rutland@arm.com> Cc: devicetree@vger.kernel.org Cc: Shawn Guo <shawnguo@kernel.org> Cc: Sascha Hauer <kernel@pengutronix.de> Cc: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>