Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2ee3a691 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "qcom: clock-cpu-8994: Set cached mux sel when setting up A57 clocks"

parents 8904db4a 9b616f5c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1071,6 +1071,10 @@ int __init cpu_clock_8994_init_a57(void)

	__cpu_mux_set_sel(&a57_lf_mux, safe_sel);

	/* Set the cached mux selections to match what was programmed above. */
	a57_lf_mux.en_mask = safe_sel;
	a57_hf_mux.en_mask = lfmux_sel;

	iounmap(vbases[ALIAS1_GLB_BASE]);
	iounmap(vbases[C1_PLL_BASE]);