From eb227a9bf4a5d6b4d8fc20e1093c6fae7b7b2f89 Mon Sep 17 00:00:00 2001 From: Abel Vesa Date: Fri, 22 May 2020 13:04:49 +0300 Subject: [PATCH] arm64: dts: imx8mp: Update the audiomix PD clocks 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 Reviewed-by: Dong Aisheng Tested-by: Daniel Baluta --- arch/arm64/boot/dts/freescale/imx8mp.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/freescale/imx8mp.dtsi b/arch/arm64/boot/dts/freescale/imx8mp.dtsi index bca131e4418f..30da81059c3d 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mp.dtsi @@ -280,8 +280,8 @@ #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 { -- 2.17.1