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
This commit is contained in:
committed by
Bjorn Andersson
parent
495bc5a7c4
commit
682c6a452d
@@ -128,7 +128,7 @@ static struct clk_alpha_pll pwrcl_pll = {
|
||||
.name = "pwrcl_pll",
|
||||
.parent_data = pll_parent,
|
||||
.num_parents = ARRAY_SIZE(pll_parent),
|
||||
.ops = &clk_alpha_pll_huayra_ops,
|
||||
.ops = &clk_alpha_pll_hwfsm_ops,
|
||||
},
|
||||
};
|
||||
|
||||
@@ -140,7 +140,7 @@ static struct clk_alpha_pll perfcl_pll = {
|
||||
.name = "perfcl_pll",
|
||||
.parent_data = pll_parent,
|
||||
.num_parents = ARRAY_SIZE(pll_parent),
|
||||
.ops = &clk_alpha_pll_huayra_ops,
|
||||
.ops = &clk_alpha_pll_hwfsm_ops,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user