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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 3f8d7f4 commit 757d1ca

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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)