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

Commit e2f75a42 authored by Amit Nischal's avatar Amit Nischal Committed by Gerrit - the friendly Code Review server
Browse files

clk: qcom: Mark video_cc_xo_clk as CRITICAL



video_cc_xo_clk is required to be always on for venus gdsc
operation so marking the clock as critical.

Change-Id: I400da165095369de53250b28448c0caffd563916
Signed-off-by: default avatarAmit Nischal <anischal@codeaurora.org>
parent a0ad3191
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -317,7 +317,7 @@ static struct clk_branch video_cc_xo_clk = {
				"video_cc_xo_clk_src",
			},
			.num_parents = 1,
			.flags = CLK_SET_RATE_PARENT,
			.flags = CLK_SET_RATE_PARENT | CLK_IS_CRITICAL,
			.ops = &clk_branch2_ops,
		},
	},