[PATCH] arm64: dts: ti: k3-j722s-main: Add audio-refclk0 node

Michael Walle posted 1 patch 3 months, 3 weeks ago
arch/arm64/boot/dts/ti/k3-j722s-main.dtsi | 9 +++++++++
1 file changed, 9 insertions(+)
[PATCH] arm64: dts: ti: k3-j722s-main: Add audio-refclk0 node
Posted by Michael Walle 3 months, 3 weeks ago
Add the node for the AUDIO_EXT_REFCLK0 clock output.

Signed-off-by: Michael Walle <mwalle@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@4080 {
 				<0x10 0x3>; /* SERDES1 lane0 select */
 	};
 
+	audio_refclk0: clock@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@82e4 {
 		compatible = "ti,am62-audio-refclk";
 		reg = <0x82e4 0x4>;
-- 
2.39.5
Re: [PATCH] arm64: dts: ti: k3-j722s-main: Add audio-refclk0 node
Posted by Vignesh Raghavendra 3 months, 2 weeks ago
Hi Michael Walle,

On Wed, 18 Jun 2025 11:07:24 +0200, Michael Walle wrote:
> Add the node for the AUDIO_EXT_REFCLK0 clock output.
> 
> 

I have applied the following to branch ti-k3-dts-next on [1].
Thank you!

[1/1] arm64: dts: ti: k3-j722s-main: Add audio-refclk0 node
      commit: a947e57796894f5557183dc1c106804239e30212

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
--
Vignesh