[PATCH] arm64: dts: ti: k3-j722s-main: Add audio-refclk0 node
Michael Walle
mwalle at kernel.org
Wed Jun 18 02:07:24 PDT 2025
Add the node for the AUDIO_EXT_REFCLK0 clock output.
Signed-off-by: Michael Walle <mwalle at kernel.org>
---
arch/arm64/boot/dts/ti/k3-j722s-main.dtsi | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/arch/arm64/boot/dts/ti/k3-j722s-main.dtsi b/arch/arm64/boot/dts/ti/k3-j722s-main.dtsi
index f6aca9fad25d..38c9a47a4838 100644
--- a/arch/arm64/boot/dts/ti/k3-j722s-main.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-j722s-main.dtsi
@@ -430,6 +430,15 @@ serdes_ln_ctrl: mux-controller at 4080 {
<0x10 0x3>; /* SERDES1 lane0 select */
};
+ audio_refclk0: clock at 82e0 {
+ compatible = "ti,am62-audio-refclk";
+ reg = <0x82e0 0x4>;
+ clocks = <&k3_clks 157 0>;
+ assigned-clocks = <&k3_clks 157 0>;
+ assigned-clock-parents = <&k3_clks 157 15>;
+ #clock-cells = <0>;
+ };
+
audio_refclk1: clock at 82e4 {
compatible = "ti,am62-audio-refclk";
reg = <0x82e4 0x4>;
--
2.39.5
More information about the linux-arm-kernel
mailing list