clk: qcom: pll: Add support for configuring SR PLLs
Some SR type PLLs need to be configured for a certain rate when linux boots. Add support for these types of PLLs so that we can program PLL15's rate on apq8064. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
This commit is contained in:
@@ -60,6 +60,8 @@ struct pll_config {
|
||||
u32 aux_output_mask;
|
||||
};
|
||||
|
||||
void clk_pll_configure_sr(struct clk_pll *pll, struct regmap *regmap,
|
||||
const struct pll_config *config, bool fsm_mode);
|
||||
void clk_pll_configure_sr_hpm_lp(struct clk_pll *pll, struct regmap *regmap,
|
||||
const struct pll_config *config, bool fsm_mode);
|
||||
|
||||
|
Reference in New Issue
Block a user