aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>2020-07-16 19:21:46 +0300
committerDmitry Baryshkov <dmitry.baryshkov@linaro.org>2020-07-17 16:59:14 +0300
commitb0b0645da59f719f30e337f524267785411f7ac2 (patch)
tree518e0d43cf9083a2ea45f6c80cf9973f25c99293
parent15f5d93503fe281cffaaace0acb8eb6bcffde542 (diff)
clk: qcom: dispcc-sm8250: correct config_ctl_hi1_val values
Correct config_ctl_hi1_val to follow downstream kernel. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
-rw-r--r--drivers/clk/qcom/dispcc-sm8250.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/clk/qcom/dispcc-sm8250.c b/drivers/clk/qcom/dispcc-sm8250.c
index 33d644b92df0..22b6d845b1f0 100644
--- a/drivers/clk/qcom/dispcc-sm8250.c
+++ b/drivers/clk/qcom/dispcc-sm8250.c
@@ -51,7 +51,7 @@ static const struct alpha_pll_config disp_cc_pll0_config = {
.alpha = 0xE000,
.config_ctl_val = 0x20485699,
.config_ctl_hi_val = 0x00002261,
- .config_ctl_hi1_val = 0x029A699C,
+ .config_ctl_hi1_val = 0x329A699C,
.user_ctl_val = 0x00000000,
.user_ctl_hi_val = 0x00000805,
.user_ctl_hi1_val = 0x00000000,
@@ -79,7 +79,7 @@ static const struct alpha_pll_config disp_cc_pll1_config = {
.alpha = 0x4000,
.config_ctl_val = 0x20485699,
.config_ctl_hi_val = 0x00002261,
- .config_ctl_hi1_val = 0x029A699C,
+ .config_ctl_hi1_val = 0x329A699C,
.user_ctl_val = 0x00000000,
.user_ctl_hi_val = 0x00000805,
.user_ctl_hi1_val = 0x00000000,