diff options
Diffstat (limited to 'drivers/clk/qcom/clk-pll.h')
-rw-r--r-- | drivers/clk/qcom/clk-pll.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/clk/qcom/clk-pll.h b/drivers/clk/qcom/clk-pll.h index 0775a99ca768..3003e9962472 100644 --- a/drivers/clk/qcom/clk-pll.h +++ b/drivers/clk/qcom/clk-pll.h | |||
@@ -60,6 +60,8 @@ struct pll_config { | |||
60 | u32 aux_output_mask; | 60 | u32 aux_output_mask; |
61 | }; | 61 | }; |
62 | 62 | ||
63 | void clk_pll_configure_sr(struct clk_pll *pll, struct regmap *regmap, | ||
64 | const struct pll_config *config, bool fsm_mode); | ||
63 | void clk_pll_configure_sr_hpm_lp(struct clk_pll *pll, struct regmap *regmap, | 65 | void clk_pll_configure_sr_hpm_lp(struct clk_pll *pll, struct regmap *regmap, |
64 | const struct pll_config *config, bool fsm_mode); | 66 | const struct pll_config *config, bool fsm_mode); |
65 | 67 | ||