projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a33a64
)
clk: qcom: apss-ipq-pll: remove 'config_ctl_hi_val' from Stromer pll configs
author
Gabor Juhos
<j4g8y7@gmail.com>
Thu, 9 May 2024 08:08:04 +0000
(10:08 +0200)
committer
Bjorn Andersson
<andersson@kernel.org>
Tue, 28 May 2024 21:31:16 +0000
(16:31 -0500)
Since the CONFIG_CTL register is only 32 bits wide in the Stromer
and Stromer Plus PLLs , the 'config_ctl_hi_val' values from the
IPQ5018 and IPQ5332 configurations are not used so remove those.
No functional changes.
Signed-off-by: Gabor Juhos <j4g8y7@gmail.com>
Reviewed-by: Kathiravan Thirumoorthy <quic_kathirav@quicinc.com>
Acked-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link:
https://lore.kernel.org/r/20240509-stromer-config-ctl-v1-1-6034e17b28d5@gmail.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/clk/qcom/apss-ipq-pll.c
patch
|
blob
|
history
diff --git
a/drivers/clk/qcom/apss-ipq-pll.c
b/drivers/clk/qcom/apss-ipq-pll.c
index
5f7f537
..
e8632db
100644
(file)
--- a/
drivers/clk/qcom/apss-ipq-pll.c
+++ b/
drivers/clk/qcom/apss-ipq-pll.c
@@
-70,7
+70,6
@@
static struct clk_alpha_pll ipq_pll_stromer_plus = {
static const struct alpha_pll_config ipq5018_pll_config = {
.l = 0x2a,
.config_ctl_val = 0x4001075b,
- .config_ctl_hi_val = 0x304,
.main_output_mask = BIT(0),
.aux_output_mask = BIT(1),
.early_output_mask = BIT(3),
@@
-84,7
+83,6
@@
static const struct alpha_pll_config ipq5018_pll_config = {
static const struct alpha_pll_config ipq5332_pll_config = {
.l = 0x2d,
.config_ctl_val = 0x4001075b,
- .config_ctl_hi_val = 0x304,
.main_output_mask = BIT(0),
.aux_output_mask = BIT(1),
.early_output_mask = BIT(3),