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

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

Merge "clk: qcom: dispcc-kona: Allow config of cdivs for byte0/1 clks"

parents 1d7890c3 84c077b3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -282,7 +282,7 @@ static struct clk_regmap_div disp_cc_mdss_byte0_div_clk_src = {
		.parent_names =
			(const char *[]){ "disp_cc_mdss_byte0_clk_src" },
		.num_parents = 1,
		.ops = &clk_regmap_div_ro_ops,
		.ops = &clk_regmap_div_ops,
	},
};

@@ -296,7 +296,7 @@ static struct clk_regmap_div disp_cc_mdss_byte1_div_clk_src = {
		.parent_names =
			(const char *[]){ "disp_cc_mdss_byte1_clk_src" },
		.num_parents = 1,
		.ops = &clk_regmap_div_ro_ops,
		.ops = &clk_regmap_div_ops,
	},
};