Skip to content

Commit 3f8d7f4

Browse files
konradybcioandersson
authored andcommitted
clk: qcom: gpucc-sm8650: Add test_ctl parameters to PLL config
These values were missing. Add them. Fixes: 8676fd4 ("clk: qcom: add the SM8650 GPU Clock Controller driver") Signed-off-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent c559bcb commit 3f8d7f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/clk/qcom/gpucc-sm8650.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ static const struct alpha_pll_config gpu_cc_pll0_config = {
5050
.test_ctl_val = 0x00000000,
5151
.test_ctl_hi_val = 0x00000003,
5252
.test_ctl_hi1_val = 0x00009000,
53+
.test_ctl_hi2_val = 0x00000034,
5354
.user_ctl_val = 0x00000000,
5455
.user_ctl_hi_val = 0x00000005,
5556
};
@@ -80,6 +81,7 @@ static const struct alpha_pll_config gpu_cc_pll1_config = {
8081
.test_ctl_val = 0x00000000,
8182
.test_ctl_hi_val = 0x00000003,
8283
.test_ctl_hi1_val = 0x00009000,
84+
.test_ctl_hi2_val = 0x00000034,
8385
.user_ctl_val = 0x00000000,
8486
.user_ctl_hi_val = 0x00000005,
8587
};

0 commit comments

Comments
 (0)