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

Commit 24c04713 authored by Deepak Katragadda's avatar Deepak Katragadda
Browse files

clk: qcom: clk-alpha-pll: Update the fixed Fabia PLL ops



Add the round_rate callback to the fixed frequency fabia
PLL ops since its used while scaling the clock.

CRs-Fixed: 1095379
Change-Id: I38924830c17b38b8439bd7e39b128bdcfd088db2
Signed-off-by: default avatarDeepak Katragadda <dkatraga@codeaurora.org>
parent 432cf0bb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -648,6 +648,7 @@ const struct clk_ops clk_fabia_fixed_pll_ops = {
	.enable = clk_fabia_pll_enable,
	.disable = clk_fabia_pll_disable,
	.recalc_rate = clk_fabia_pll_recalc_rate,
	.round_rate = clk_alpha_pll_round_rate,
};
EXPORT_SYMBOL_GPL(clk_fabia_fixed_pll_ops);