summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8qm-ss-audio.dtsi
AgeCommit message (Collapse)Author
2020-03-18MLK-23618-16: arm64: dts: remove unneeded power domain for audio modulesShengjiu Wang
The power domain for clocks is not needed by audio drivers, which is handled by clock driver. Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com> Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>
2020-03-13MLK-23585-4: arm64: dts: Enable audio features for imx8dxl-evkShengjiu Wang
Enable SAI/ASRC/WM8960 1. Update the interrupt number for audio modules 2. Enable 3 wm8960 codecs Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
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: Disable dsp lpcg clockShengjiu Wang
There is no LPCG clock defined for DSP in imx8qm, so disable dsp lpcg clock. Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
2019-11-25ARM64: dts: imx8qm: enable ARC for HDMI AudioShengjiu Wang
enable ARC for HDMI Audio Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
2019-11-25ARM64: dts: imx8: update compatible string for esaiShengjiu Wang
update compatible string for esai Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
2019-11-25ARM64: dts: imx8qm: enable audio sound cardShengjiu Wang
enable audio sound card (dsp, amix, asrc, esai, sai, cs42888, wm8960) Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
2019-11-25ARM64: dts: freescale: imx8qm-ss-audio: correct edma reg settingRobin Gong
Fix below edma probe error: [ 0.502018] fsl-edma-v3 bus@59000000:dma-controller@591F0000: invalid resource [ 0.508906] fsl-edma-v3: probe of bus@59000000:dma-controller@591F0000 failed with error -22 [ 0.517354] fsl-edma-v3 bus@59000000:dma-controller@599F0000: invalid resource [ 0.524539] fsl-edma-v3: probe of bus@59000000:dma-controller@599F0000 failed with error -22 Signed-off-by: Robin Gong <yibin.gong@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: imx8-audio: disable dsp lpcg for qmDong Aisheng
Can't access this LPCG on QM, not sure if it's doc incorrectness issue. Anyway it seems the driver actually is not using it currently, so it's safe to disable. Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>