LF-146: ARM64: dts: freescale: imx8qm-mek-dsp: add power-domain-names
authorRobin Gong <yibin.gong@nxp.com>
Mon, 25 Nov 2019 17:14:18 +0000 (01:14 +0800)
committerDong Aisheng <aisheng.dong@nxp.com>
Mon, 14 Dec 2020 03:21:18 +0000 (11:21 +0800)
Add power-domain-names for edma2 device node, otherwise, power-domains
in imx8qm-mek-dsp.dts will not match with the default power-domain-names
in imx8qm-ss-audio.
commit 479432deec17 ("LF-121: arm64: dts: imx8qm-mek-dsp: Fix the typo")
is not enough.

Signed-off-by: Robin Gong <yibin.gong@nxp.com>
Reviewed-by: Shengjiu Wang <shengjiu.wang@nxp.com>
arch/arm64/boot/dts/freescale/imx8qm-mek-dsp.dts

index ba6555b..f973986 100644 (file)
                   <&pd IMX_SC_R_DMA_2_CH14>, <&pd IMX_SC_R_DMA_2_CH15>,
                   <&pd IMX_SC_R_DMA_2_CH21>,
                   <&pd IMX_SC_R_DMA_2_CH23>;
+       power-domain-names = "edma2-chan8", "edma2-chan9",
+                            "edma2-chan12", "edma2-chan13",
+                            "edma2-chan14", "edma2-chan15",
+                            "edma2-chan21",
+                            "edma2-chan23";
        status = "okay";
 };