Commit 3f8d7f49 authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson
Browse files

clk: qcom: gpucc-sm8650: Add test_ctl parameters to PLL config



These values were missing. Add them.

Fixes: 8676fd4f ("clk: qcom: add the SM8650 GPU Clock Controller driver")
Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20231219-topic-8650_clks-v1-1-5672bfa0eb05@linaro.org


Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent c559bcb9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -50,6 +50,7 @@ static const struct alpha_pll_config gpu_cc_pll0_config = {
	.test_ctl_val = 0x00000000,
	.test_ctl_hi_val = 0x00000003,
	.test_ctl_hi1_val = 0x00009000,
	.test_ctl_hi2_val = 0x00000034,
	.user_ctl_val = 0x00000000,
	.user_ctl_hi_val = 0x00000005,
};
@@ -80,6 +81,7 @@ static const struct alpha_pll_config gpu_cc_pll1_config = {
	.test_ctl_val = 0x00000000,
	.test_ctl_hi_val = 0x00000003,
	.test_ctl_hi1_val = 0x00009000,
	.test_ctl_hi2_val = 0x00000034,
	.user_ctl_val = 0x00000000,
	.user_ctl_hi_val = 0x00000005,
};