projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
febd251
)
clk: qcom: dispcc-sm8550: Use the correct PLL configuration function
author
Konrad Dybcio
<konrad.dybcio@linaro.org>
Mon, 18 Dec 2023 16:02:10 +0000
(17:02 +0100)
committer
Bjorn Andersson
<andersson@kernel.org>
Tue, 19 Dec 2023 17:27:03 +0000
(11:27 -0600)
To ensure that all fields (particularly CAL_L and CAL_L_RINGOSC) are
filled properly, use the correct prepare function for OLE PLLs.
Fixes: 90114ca11476 ("clk: qcom: add SM8550 DISPCC driver")
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link:
https://lore.kernel.org/r/20231218-topic-8550_fixes-v1-9-ce1272d77540@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/clk/qcom/dispcc-sm8550.c
patch
|
blob
|
history
diff --git
a/drivers/clk/qcom/dispcc-sm8550.c
b/drivers/clk/qcom/dispcc-sm8550.c
index 0b8f0904b339ba52eed4523ecc5726f04f298659..f96d8b81fd9adbadacd81f91933c633c84f8fc2d 100644
(file)
--- a/
drivers/clk/qcom/dispcc-sm8550.c
+++ b/
drivers/clk/qcom/dispcc-sm8550.c
@@
-1774,8
+1774,8
@@
static int disp_cc_sm8550_probe(struct platform_device *pdev)
goto err_put_rpm;
}
- clk_lucid_
evo
_pll_configure(&disp_cc_pll0, regmap, &disp_cc_pll0_config);
- clk_lucid_
evo
_pll_configure(&disp_cc_pll1, regmap, &disp_cc_pll1_config);
+ clk_lucid_
ole
_pll_configure(&disp_cc_pll0, regmap, &disp_cc_pll0_config);
+ clk_lucid_
ole
_pll_configure(&disp_cc_pll1, regmap, &disp_cc_pll1_config);
/* Enable clock gating for MDP clocks */
regmap_update_bits(regmap, DISP_CC_MISC_CMD, 0x10, 0x10);