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

Commit 9745a9b4 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "clk: qcom: dispcc: Fix stuck on warning for disp_cc_mdss_mdp_lut_clk"

parents 1e0cee8f ff80a9c8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1254,7 +1254,7 @@ static struct clk_branch disp_cc_mdss_mdp_clk = {

static struct clk_branch disp_cc_mdss_mdp_lut_clk = {
	.halt_reg = 0x201c,
	.halt_check = BRANCH_HALT,
	.halt_check = BRANCH_HALT_VOTED,
	.clkr = {
		.enable_reg = 0x201c,
		.enable_mask = BIT(0),