[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240509-stromer-config-ctl-v1-1-6034e17b28d5@gmail.com>
Date: Thu, 09 May 2024 10:08:04 +0200
From: Gabor Juhos <j4g8y7@...il.com>
To: Bjorn Andersson <andersson@...nel.org>,
Konrad Dybcio <konrad.dybcio@...aro.org>,
Michael Turquette <mturquette@...libre.com>,
Stephen Boyd <sboyd@...nel.org>
Cc: linux-arm-msm@...r.kernel.org, linux-clk@...r.kernel.org,
linux-kernel@...r.kernel.org,
Varadarajan Narayanan <quic_varada@...cinc.com>,
Gokul Sriram Palanisamy <quic_gokulsri@...cinc.com>,
Kathiravan Thirumoorthy <quic_kathirav@...cinc.com>,
Gabor Juhos <j4g8y7@...il.com>
Subject: [PATCH] clk: qcom: apss-ipq-pll: remove 'config_ctl_hi_val' from
Stromer pll configs
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@...il.com>
---
Based on 'qcom-clk-for-6.10'
---
drivers/clk/qcom/apss-ipq-pll.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/clk/qcom/apss-ipq-pll.c b/drivers/clk/qcom/apss-ipq-pll.c
index 5f7f537e4ecb..e8632db2c542 100644
--- 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),
---
base-commit: 3c5b3e17b8fd1f1add5a9477306c355fab126977
change-id: 20240509-stromer-config-ctl-8cee8e857e13
Best regards,
--
Gabor Juhos <j4g8y7@...il.com>
Powered by blists - more mailing lists