Skip to content

Commit 3ea5142

Browse files
jayesh-tir-vignesh
authored andcommitted
arm64: dts: ti: k3-j784s4-main: Add audio_refclk node
On J784S4 SoC, the AUDIO_REFCLK1 can be used as input to external peripherals when configured through CTRL_MMR. Add audio_refclk1 node which would be used as system clock for audio codec PCM3168A. Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com> Link: https://lore.kernel.org/r/20240626101645.36764-3-j-choudhary@ti.com Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
1 parent 5095ec4 commit 3ea5142

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,15 @@
121121
reg = <0x4140 0x18>;
122122
#clock-cells = <1>;
123123
};
124+
125+
audio_refclk1: clock@82e4 {
126+
compatible = "ti,am62-audio-refclk";
127+
reg = <0x82e4 0x4>;
128+
clocks = <&k3_clks 157 34>;
129+
assigned-clocks = <&k3_clks 157 34>;
130+
assigned-clock-parents = <&k3_clks 157 63>;
131+
#clock-cells = <0>;
132+
};
124133
};
125134

126135
main_ehrpwm0: pwm@3000000 {

0 commit comments

Comments
 (0)