]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: ti: k3-j722s-evm: explicitly use PLL1_HSDIV6 audio refclk
authorMichael Walle <mwalle@kernel.org>
Fri, 17 Oct 2025 10:22:21 +0000 (12:22 +0200)
committerVignesh Raghavendra <vigneshr@ti.com>
Thu, 30 Oct 2025 13:43:17 +0000 (19:13 +0530)
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@kernel.org>
Link: https://patch.msgid.link/20251017102228.530517-1-mwalle@kernel.org
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
arch/arm64/boot/dts/ti/k3-j722s-evm.dts

index e0e303da7e150dad707515fd2d662810f93cf8c9..55deda500f0321a5768a410bfbfce3d38e6409b5 100644 (file)
        };
 };
 
+&audio_refclk1 {
+       assigned-clocks = <&k3_clks 157 0>;
+       assigned-clock-parents = <&k3_clks 157 15>;
+};
+
 &cpsw_mac_syscon {
        bootph-all;
 };