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

Commit 94c63b8c authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "clk: qcom: Mark video_cc_xo_clk as CRITICAL"

parents 01a2f6ed e2f75a42
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,
		},
	},