mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 05:55:44 +02:00
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: Chancel Liu <chancel.liu@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
1c4a4f7362
commit
54303e555d
|
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user