Skip to content

Commit 6d3e77f

Browse files
taniyadas20andersson
authored andcommitted
clk: qcom: clk-alpha-pll: Add support for controlling Pongo EKO_T PLL
Add clock ops for Pongo EKO_T PLL, add the pll ops for supporting the PLL. Signed-off-by: Jingyi Wang <jingyi.wang@oss.qualcomm.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Signed-off-by: Taniya Das <taniya.das@oss.qualcomm.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260107-kaanapali-mmcc-v3-v3-2-8e10adc236a8@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 0f85ef3 commit 6d3e77f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/clk/qcom/clk-alpha-pll.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ enum {
2828
CLK_ALPHA_PLL_TYPE_LUCID_EVO,
2929
CLK_ALPHA_PLL_TYPE_LUCID_OLE,
3030
CLK_ALPHA_PLL_TYPE_PONGO_ELU,
31+
CLK_ALPHA_PLL_TYPE_PONGO_EKO_T = CLK_ALPHA_PLL_TYPE_PONGO_ELU,
3132
CLK_ALPHA_PLL_TYPE_TAYCAN_ELU,
3233
CLK_ALPHA_PLL_TYPE_TAYCAN_EKO_T = CLK_ALPHA_PLL_TYPE_TAYCAN_ELU,
3334
CLK_ALPHA_PLL_TYPE_RIVIAN_EVO,
@@ -209,6 +210,7 @@ extern const struct clk_ops clk_alpha_pll_postdiv_lucid_evo_ops;
209210
#define clk_alpha_pll_postdiv_taycan_eko_t_ops clk_alpha_pll_postdiv_lucid_evo_ops
210211

211212
extern const struct clk_ops clk_alpha_pll_pongo_elu_ops;
213+
#define clk_alpha_pll_pongo_eko_t_ops clk_alpha_pll_pongo_elu_ops
212214
extern const struct clk_ops clk_alpha_pll_rivian_evo_ops;
213215
#define clk_alpha_pll_postdiv_rivian_evo_ops clk_alpha_pll_postdiv_fabia_ops
214216
#define clk_alpha_pll_rivian_elu_ops clk_alpha_pll_rivian_evo_ops

0 commit comments

Comments
 (0)