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

Commit 60478db4 authored by Deepak Katragadda's avatar Deepak Katragadda
Browse files

clk: msm: clock-mmss-8998: Park the MMNOC AHB RCG at XO when its disabled



To avoid running into issues with the MMNOC RCG being enabled due
to an enable request from a non-linux entity whilst the linux code
has disabled its parents, park the RCG at CXO when its disabled.

Change-Id: Ib55bb7a202736a207bb8cb94c20b5030af5bea49
Signed-off-by: default avatarDeepak Katragadda <dkatraga@codeaurora.org>
parent 2aa89ab3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -240,7 +240,7 @@ static struct rcg_clk ahb_clk_src = {
	.set_rate = set_rate_hid,
	.freq_tbl = ftbl_ahb_clk_src,
	.current_freq = &rcg_dummy_freq,
	.non_local_control_timeout = 1000,
	.non_local_children = true,
	.base = &virt_base,
	.c = {
		.dbg_name = "ahb_clk_src",