aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjorn Andersson <bjorn.andersson@linaro.org>2018-10-10 10:51:37 -0400
committerStephen Boyd <sboyd@kernel.org>2018-10-16 18:09:20 -0400
commita3d152e40ed9061d085f405bc71eba81fce63ad6 (patch)
tree48b2b45601cb07b5d2c0d8f2999c084b7b5e2e3c
parent5b394b2ddf0347bef56e50c69a58773c94343ff3 (diff)
clk: qcom: Export clk_alpha_pll_configure()
This is used by the QCS404 GCC driver, export it to allow that driver to be compiled as a module.. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Vinod Koul <vkoul@kernel.org> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
-rw-r--r--drivers/clk/qcom/clk-alpha-pll.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/qcom/clk-alpha-pll.c b/drivers/clk/qcom/clk-alpha-pll.c
index a91d97cecbad..0ced4a5a9a17 100644
--- a/drivers/clk/qcom/clk-alpha-pll.c
+++ b/drivers/clk/qcom/clk-alpha-pll.c
@@ -220,6 +220,7 @@ void clk_alpha_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap,
220 if (pll->flags & SUPPORTS_FSM_MODE) 220 if (pll->flags & SUPPORTS_FSM_MODE)
221 qcom_pll_set_fsm_mode(regmap, PLL_MODE(pll), 6, 0); 221 qcom_pll_set_fsm_mode(regmap, PLL_MODE(pll), 6, 0);
222} 222}
223EXPORT_SYMBOL_GPL(clk_alpha_pll_configure);
223 224
224static int clk_alpha_pll_hwfsm_enable(struct clk_hw *hw) 225static int clk_alpha_pll_hwfsm_enable(struct clk_hw *hw)
225{ 226{