projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c4a4f7
)
arm64: dts: imx93: Configure clock rate for audio PLL
author
Chancel Liu
<chancel.liu@nxp.com>
Wed, 22 Nov 2023 10:19:58 +0000
(18:19 +0800)
committer
Shawn Guo
<shawnguo@kernel.org>
Mon, 27 Nov 2023 01:27:44 +0000
(09:27 +0800)
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>
arch/arm64/boot/dts/freescale/imx93.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/freescale/imx93.dtsi
b/arch/arm64/boot/dts/freescale/imx93.dtsi
index 9a7bff39519c57f74d3aeca229eb3fa775fc17ea..e6745801308e09704e2074b19a41585bfeaf3bba 100644
(file)
--- a/
arch/arm64/boot/dts/freescale/imx93.dtsi
+++ b/
arch/arm64/boot/dts/freescale/imx93.dtsi
@@
-420,6
+420,8
@@
#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";
};