arm64: dts: imx8mp: Fix audiomix_pd clocks
authorAbel Vesa <abel.vesa@nxp.com>
Tue, 7 Jul 2020 16:13:30 +0000 (19:13 +0300)
committerDong Aisheng <aisheng.dong@nxp.com>
Mon, 14 Dec 2020 03:22:49 +0000 (11:22 +0800)
The IMX8MP_CLK_AUDIO_AXI_DIV is not registered anymore,
so use the IMX8MP_CLK_AUDIO_AXI instead.

Fixes: 39da71054884ec196a31d94 ("LF-1285 arm64: dts: freescale: Add the power domain node on imx8mp")
Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com>
arch/arm64/boot/dts/freescale/imx8mp.dtsi

index 6bc6243..821ebd4 100644 (file)
                        domain-index = <5>;
                        domain-name = "audiomix";
                        clocks = <&clk IMX8MP_CLK_AUDIO_ROOT>,
-                                <&clk IMX8MP_CLK_AUDIO_AXI_DIV>;
+                                <&clk IMX8MP_CLK_AUDIO_AXI>;
                };
 
                gpumix_pd: gpumix-pd {