Skip to content

Commit 757d1ca

Browse files
konradybcioandersson
authored andcommitted
clk: qcom: dispcc-sm8650: Add test_ctl parameters to PLL config
These values were missing. Add them. Fixes: 9e939f0 ("clk: qcom: add the SM8650 Display Clock Controller driver") Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20231219-topic-8650_clks-v1-2-5672bfa0eb05@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 3f8d7f4 commit 757d1ca

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

drivers/clk/qcom/dispcc-sm8650.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ static const struct alpha_pll_config disp_cc_pll0_config = {
7979
.config_ctl_val = 0x20485699,
8080
.config_ctl_hi_val = 0x00182261,
8181
.config_ctl_hi1_val = 0x82aa299c,
82+
.test_ctl_val = 0x00000000,
83+
.test_ctl_hi_val = 0x00000003,
84+
.test_ctl_hi1_val = 0x00009000,
85+
.test_ctl_hi2_val = 0x00000034,
8286
.user_ctl_val = 0x00000000,
8387
.user_ctl_hi_val = 0x00000005,
8488
};
@@ -106,6 +110,10 @@ static const struct alpha_pll_config disp_cc_pll1_config = {
106110
.config_ctl_val = 0x20485699,
107111
.config_ctl_hi_val = 0x00182261,
108112
.config_ctl_hi1_val = 0x82aa299c,
113+
.test_ctl_val = 0x00000000,
114+
.test_ctl_hi_val = 0x00000003,
115+
.test_ctl_hi1_val = 0x00009000,
116+
.test_ctl_hi2_val = 0x00000034,
109117
.user_ctl_val = 0x00000000,
110118
.user_ctl_hi_val = 0x00000005,
111119
};

0 commit comments

Comments
 (0)