arm64: dts: imx8mp: Update the audiomix PD clocks
authorAbel Vesa <abel.vesa@nxp.com>
Fri, 22 May 2020 10:04:49 +0000 (13:04 +0300)
committerDong Aisheng <aisheng.dong@nxp.com>
Mon, 14 Dec 2020 03:22:53 +0000 (11:22 +0800)
Now that the CCGR101 is added as a shared gate in the clock
controller driver, we can switch the audiomix PD to use that
newly added gate (IMX8MP_CLK_AUDIO_AHB_ROOT).

Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com>
Tested-by: Daniel Baluta <daniel.baluta@nxp.com>
arch/arm64/boot/dts/freescale/imx8mp.dtsi

index bca131e..30da810 100644 (file)
                        #power-domain-cells = <0>;
                        domain-index = <5>;
                        domain-name = "audiomix";
-                       clocks = <&clk IMX8MP_CLK_AUDIO_ROOT>,
-                                <&clk IMX8MP_CLK_AUDIO_AXI>;
+                       clocks = <&clk IMX8MP_CLK_AUDIO_AHB_ROOT>,
+                                <&clk IMX8MP_CLK_AUDIO_AXI_ROOT>;
                };
 
                gpumix_pd: gpumix-pd {