Skip to content

Commit 682c6a4

Browse files
lumagandersson
authored andcommitted
clk: qcom: cpu-8996: fix PLL clock ops
Switch CPU PLLs to use clk_alpha_pll_hwfsm_ops, it seems to suit better. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230113120544.59320-13-dmitry.baryshkov@linaro.org
1 parent 495bc5a commit 682c6a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/clk/qcom/clk-cpu-8996.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ static struct clk_alpha_pll pwrcl_pll = {
128128
.name = "pwrcl_pll",
129129
.parent_data = pll_parent,
130130
.num_parents = ARRAY_SIZE(pll_parent),
131-
.ops = &clk_alpha_pll_huayra_ops,
131+
.ops = &clk_alpha_pll_hwfsm_ops,
132132
},
133133
};
134134

@@ -140,7 +140,7 @@ static struct clk_alpha_pll perfcl_pll = {
140140
.name = "perfcl_pll",
141141
.parent_data = pll_parent,
142142
.num_parents = ARRAY_SIZE(pll_parent),
143-
.ops = &clk_alpha_pll_huayra_ops,
143+
.ops = &clk_alpha_pll_hwfsm_ops,
144144
},
145145
};
146146

0 commit comments

Comments
 (0)