MLK-23400-2 ARM64: dts: freescale: imx8mp: add new 'imx8mp-sdma' type for sdma2/sdma3
Add new compatible 'imx8mp-sdma' for sdma2/sdma3 to support resume back after audiomix off. Signed-off-by: Robin Gong <yibin.gong@nxp.com> Reviewed-by: Shengjiu Wang <shengjiu.wang@nxp.com>
This commit is contained in:
@ -1325,7 +1325,7 @@
|
||||
};
|
||||
|
||||
sdma3: dma-controller@30e00000 {
|
||||
compatible = "fsl,imx8mq-sdma", "fsl,imx7d-sdma";
|
||||
compatible = "fsl,imx8mp-sdma", "fsl,imx7d-sdma";
|
||||
reg = <0x30e00000 0x10000>;
|
||||
interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&audiomix_clk IMX8MP_CLK_AUDIOMIX_SDMA3_ROOT>,
|
||||
@ -1339,7 +1339,7 @@
|
||||
};
|
||||
|
||||
sdma2: dma-controller@30e10000 {
|
||||
compatible = "fsl,imx8mq-sdma", "fsl,imx7d-sdma";
|
||||
compatible = "fsl,imx8mp-sdma", "fsl,imx7d-sdma";
|
||||
reg = <0x30e10000 0x10000>;
|
||||
interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&audiomix_clk IMX8MP_CLK_AUDIOMIX_SDMA2_ROOT>,
|
||||
|
||||
Reference in New Issue
Block a user