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

Commit 8493c5af authored by BIVASH KUMAR SINGH's avatar BIVASH KUMAR SINGH Committed by Gerrit - the friendly Code Review server
Browse files

clk: qcom: dispcc-blair: Allow config of cdivs for byte clk



Change the clk_regmap_div_ro ops to clk_regmap_div ops to
allow dynamic configuration of the cdivs. This is required
for cphy configuration where the byte intf clock need to be
the same frequency as its byte clock.

Change-Id: Iddf733697b7287577f690bd5535a60f406b7129a
Signed-off-by: default avatarBIVASH KUMAR SINGH <bkumarsi@codeaurora.org>
parent 9f842b7a
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -333,8 +333,7 @@ static struct clk_regmap_div disp_cc_mdss_byte0_div_clk_src = {
			.hw = &disp_cc_mdss_byte0_clk_src.clkr.hw,
		},
		.num_parents = 1,
		.flags = CLK_SET_RATE_PARENT,
		.ops = &clk_regmap_div_ro_ops,
		.ops = &clk_regmap_div_ops,
	},
};