Message ID | 00a5ca23101df1f8f20bdec03be20af9d39c64d1.1693996662.git.quic_varada@quicinc.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Enable cpufreq for IPQ5332 & IPQ9574 | expand |
On Thu, 7 Sept 2023 at 08:22, Varadarajan Narayanan <quic_varada@quicinc.com> wrote: > > The set rate and determine rate operations are different between > Stromer and Stromer Plus PLLs. Hence, use stromer plus ops for > ipq_pll_stromer_plus. > > Signed-off-by: Kathiravan T <quic_kathirav@quicinc.com> > Signed-off-by: Varadarajan Narayanan <quic_varada@quicinc.com> Fixes tag? > --- > drivers/clk/qcom/apss-ipq-pll.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/clk/qcom/apss-ipq-pll.c b/drivers/clk/qcom/apss-ipq-pll.c > index e170331..18c4ffe 100644 > --- a/drivers/clk/qcom/apss-ipq-pll.c > +++ b/drivers/clk/qcom/apss-ipq-pll.c > @@ -68,7 +68,7 @@ static struct clk_alpha_pll ipq_pll_stromer_plus = { > .fw_name = "xo", > }, > .num_parents = 1, > - .ops = &clk_alpha_pll_stromer_ops, > + .ops = &clk_alpha_pll_stromer_plus_ops, > }, > }, > }; > -- > 2.7.4 >
diff --git a/drivers/clk/qcom/apss-ipq-pll.c b/drivers/clk/qcom/apss-ipq-pll.c index e170331..18c4ffe 100644 --- a/drivers/clk/qcom/apss-ipq-pll.c +++ b/drivers/clk/qcom/apss-ipq-pll.c @@ -68,7 +68,7 @@ static struct clk_alpha_pll ipq_pll_stromer_plus = { .fw_name = "xo", }, .num_parents = 1, - .ops = &clk_alpha_pll_stromer_ops, + .ops = &clk_alpha_pll_stromer_plus_ops, }, }, };