diff options
author | Bjorn Andersson <andersson@kernel.org> | 2023-09-19 11:38:29 -0700 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-09-19 11:38:29 -0700 |
commit | 07c34b37bd955bb62486da1326569ad855f50c69 (patch) | |
tree | 9fa3287ba22f3275409d616b1ac05f258457c0a3 /drivers/clk/qcom/clk-alpha-pll.h | |
parent | 1fa2d1a887c763246662a88e203d69b36052770c (diff) | |
parent | a209cf9cc8ae436c227e28c3e6a36fc1894b2dea (diff) |
Merge branch '20230707035744.22245-2-quic_jkona@quicinc.com' into clk-for-6.7
Merge the SM8550 camera clock controller patches through a topic branch,
to make them available for the DeviceTree source as well.
Diffstat (limited to 'drivers/clk/qcom/clk-alpha-pll.h')
-rw-r--r-- | drivers/clk/qcom/clk-alpha-pll.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/clk/qcom/clk-alpha-pll.h b/drivers/clk/qcom/clk-alpha-pll.h index e4bd863027ab..3b24a660daac 100644 --- a/drivers/clk/qcom/clk-alpha-pll.h +++ b/drivers/clk/qcom/clk-alpha-pll.h @@ -199,6 +199,8 @@ void clk_zonda_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap, const struct alpha_pll_config *config); void clk_lucid_evo_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap, const struct alpha_pll_config *config); +void clk_lucid_ole_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap, + const struct alpha_pll_config *config); void clk_rivian_evo_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap, const struct alpha_pll_config *config); void clk_stromer_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap, |