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

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
......@@ -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";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment