Commit 54303e55 authored by Chancel Liu's avatar Chancel Liu Committed by Shawn Guo
Browse files

arm64: dts: imx93: Configure clock rate for audio PLL



Configure clock rate for audio PLL. There's one audio PLL on i.MX93. It
is used as parent clock for clocks that are multiple of 8kHz.

Signed-off-by: default avatarChancel Liu <chancel.liu@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 1c4a4f73
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -420,6 +420,8 @@ clk: clock-controller@44450000 {
				#clock-cells = <1>;
				clocks = <&osc_32k>, <&osc_24m>, <&clk_ext1>;
				clock-names = "osc_32k", "osc_24m", "clk_ext1";
				assigned-clocks = <&clk IMX93_CLK_AUDIO_PLL>;
				assigned-clock-rates = <393216000>;
				status = "okay";
			};