arch: arm64: Remove ESAI related PD from original esai node
authorDaniel Baluta <daniel.baluta@nxp.com>
Thu, 28 Nov 2019 22:20:28 +0000 (00:20 +0200)
committerDong Aisheng <aisheng.dong@nxp.com>
Mon, 14 Dec 2020 03:21:27 +0000 (11:21 +0800)
This nodes will be enabled inside FSL DAI node.

Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
arch/arm64/boot/dts/freescale/imx8qxp-mek-sof.dts

index f8c06d6..0f271f7 100644 (file)
                        "edma0-chan14-rx", "edma0-chan15-tx", /* sai1 */
                        "edma0-chan21-tx",              /* gpt5 */
                        "edma0-chan23-rx";              /* gpt7 */
+       power-domains = <&pd IMX_SC_R_DMA_0_CH8>,
+                       <&pd IMX_SC_R_DMA_0_CH9>,
+                       <&pd IMX_SC_R_DMA_0_CH12>,
+                       <&pd IMX_SC_R_DMA_0_CH13>,
+                       <&pd IMX_SC_R_DMA_0_CH14>,
+                       <&pd IMX_SC_R_DMA_0_CH15>,
+                       <&pd IMX_SC_R_DMA_0_CH21>,
+                       <&pd IMX_SC_R_DMA_0_CH23>;
+       power-domain-names = "edma0-chan8", "edma0-chan9",
+                       "edma0-chan12", "edma0-chan13",
+                       "edma0-chan14", "edma0-chan15",
+                       "edma0-chan21", "edma0-chan23";
        status = "okay";
 };