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

Commit 17079543 authored by Deepak Katragadda's avatar Deepak Katragadda Committed by Gerrit - the friendly Code Review server
Browse files

clk: msm: clock: Add the non_local_control setting for video clocks



The video subcore RCGs should be force enabled during rate
scaling to workaround video firmware potentially disabling
the branch clock at the same time on msm8996.

CRs-Fixed: 971305
Change-Id: Ib0223ee33040c365d8a00bb796c44395102754f5
Signed-off-by: default avatarDeepak Katragadda <dkatraga@codeaurora.org>
parent bfebc570
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1612,6 +1612,7 @@ static struct rcg_clk video_subcore0_clk_src = {
	.set_rate = set_rate_mnd,
	.freq_tbl = ftbl_video_subcore0_clk_src,
	.current_freq = &rcg_dummy_freq,
	.non_local_control_timeout = 1000,
	.base = &virt_base,
	.c = {
		.dbg_name = "video_subcore0_clk_src",
@@ -1651,6 +1652,7 @@ static struct rcg_clk video_subcore1_clk_src = {
	.set_rate = set_rate_mnd,
	.freq_tbl = ftbl_video_subcore1_clk_src,
	.current_freq = &rcg_dummy_freq,
	.non_local_control_timeout = 1000,
	.base = &virt_base,
	.c = {
		.dbg_name = "video_subcore1_clk_src",