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

Commit 30899bd5 authored by Odelu Kukatla's avatar Odelu Kukatla
Browse files

clk: msm: gcc: Add non_local_control setting for gfx clocks for msm8953



gfx3d_clk_src RCG should be force enabled and both RCG sources should be
ON during rate scaling as clock off signal from gcc_oxili_gfx3d_clk
clock branch takes longer time to reach RCG causing RCG to be stuck
at ON state.

Change-Id: I8ea19fdebdd1121f4b0fb81ac714e927eb4a5cc4
Signed-off-by: default avatarOdelu Kukatla <okukatla@codeaurora.org>
parent 2e1cd8de
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -415,6 +415,7 @@ static struct rcg_clk gfx3d_clk_src = {
	.set_rate = set_rate_hid,
	.freq_tbl = ftbl_gfx3d_clk_src,
	.current_freq = &rcg_dummy_freq,
	.non_local_control_timeout = 1000,
	.base = &virt_bases[GFX_BASE],
	.c = {
		.dbg_name = "gfx3d_clk_src",