We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f8d7f4 commit 757d1caCopy full SHA for 757d1ca
drivers/clk/qcom/dispcc-sm8650.c
@@ -79,6 +79,10 @@ static const struct alpha_pll_config disp_cc_pll0_config = {
79
.config_ctl_val = 0x20485699,
80
.config_ctl_hi_val = 0x00182261,
81
.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,
86
.user_ctl_val = 0x00000000,
87
.user_ctl_hi_val = 0x00000005,
88
};
@@ -106,6 +110,10 @@ static const struct alpha_pll_config disp_cc_pll1_config = {
106
110
107
111
108
112
113
114
115
116
109
117
118
119
0 commit comments