[PATCH v1 1/2] rm64: dts: ti: k3-j722s-evm: explicitly use PLL1_HSDIV6 audio refclk
Michael Walle
mwalle at kernel.org
Fri Oct 17 03:22:21 PDT 2025
The parent of the audio_refclk0/1 is about to change to a sane default
value. Thus, move the (soon to be) non-default value into the board
device tree.
Signed-off-by: Michael Walle <mwalle at kernel.org>
---
It appears that the eval system just need *any* clock rate for the audio
codec. Thus, if it's confirmed to be working with the new default
value, this patch might be ignored.
---
arch/arm64/boot/dts/ti/k3-j722s-evm.dts | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm64/boot/dts/ti/k3-j722s-evm.dts b/arch/arm64/boot/dts/ti/k3-j722s-evm.dts
index ce3ed1b0f24d..5de038166a3d 100644
--- a/arch/arm64/boot/dts/ti/k3-j722s-evm.dts
+++ b/arch/arm64/boot/dts/ti/k3-j722s-evm.dts
@@ -235,6 +235,11 @@ opp-1400000000 {
};
};
+&audio_refclk1 {
+ assigned-clocks = <&k3_clks 157 0>;
+ assigned-clock-parents = <&k3_clks 157 15>;
+};
+
&cpsw_mac_syscon {
bootph-all;
};
--
2.47.3
More information about the linux-arm-kernel
mailing list