Skip to content

Commit 267e291

Browse files
quic-varadaandersson
authored andcommitted
clk: qcom: apss-ipq-pll: Use stromer plus ops for stromer plus pll
The set rate and determine rate operations are different between Stromer and Stromer Plus PLLs. Since the programming sequence is different, the PLLs dont get configured properly and random, inexplicable crash/freeze is seen. Hence, use stromer plus ops for ipq_pll_stromer_plus. Reviewed-by: Dmitry Baryshkov <[email protected]> Acked-by: Stephen Boyd <[email protected]> Fixes: c7ef7fb ("clk: qcom: apss-ipq-pll: add support for IPQ5332") Signed-off-by: Kathiravan T <[email protected]> Signed-off-by: Varadarajan Narayanan <[email protected]> Link: https://lore.kernel.org/r/c86ecaa23dc4f39650bcf4a3bd54a617a932e4fd.1697781921.git.quic_varada@quicinc.com Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 84da489 commit 267e291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/qcom/apss-ipq-pll.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ static struct clk_alpha_pll ipq_pll_stromer_plus = {
6868
.fw_name = "xo",
6969
},
7070
.num_parents = 1,
71-
.ops = &clk_alpha_pll_stromer_ops,
71+
.ops = &clk_alpha_pll_stromer_plus_ops,
7272
},
7373
},
7474
};

0 commit comments

Comments
 (0)