mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 04:31:50 +00:00
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>
This commit is contained in:
parent
5b394b2ddf
commit
a3d152e40e
@ -220,6 +220,7 @@ void clk_alpha_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap,
|
|||||||
if (pll->flags & SUPPORTS_FSM_MODE)
|
if (pll->flags & SUPPORTS_FSM_MODE)
|
||||||
qcom_pll_set_fsm_mode(regmap, PLL_MODE(pll), 6, 0);
|
qcom_pll_set_fsm_mode(regmap, PLL_MODE(pll), 6, 0);
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL_GPL(clk_alpha_pll_configure);
|
||||||
|
|
||||||
static int clk_alpha_pll_hwfsm_enable(struct clk_hw *hw)
|
static int clk_alpha_pll_hwfsm_enable(struct clk_hw *hw)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user