Commit b2f45bdc authored by Michael Walle's avatar Michael Walle Committed by Vignesh Raghavendra
Browse files

arm64: dts: ti: k3-j722s-evm: explicitly use PLL1_HSDIV6 audio refclk



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: default avatarMichael Walle <mwalle@kernel.org>
Link: https://patch.msgid.link/20251017102228.530517-1-mwalle@kernel.org


Signed-off-by: default avatarVignesh Raghavendra <vigneshr@ti.com>
parent 67106d21
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -228,6 +228,11 @@ csi23_mux: mux-controller-1 {
	};
};

&audio_refclk1 {
	assigned-clocks = <&k3_clks 157 0>;
	assigned-clock-parents = <&k3_clks 157 15>;
};

&cpsw_mac_syscon {
	bootph-all;
};