Skip to content

Commit d4bf88d

Browse files
juhosggregkh
authored andcommitted
clk: qcom: apss-ipq-pll: remove 'config_ctl_hi_val' from Stromer pll configs
[ Upstream commit 2ba8425 ] 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> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent ccecbfc commit d4bf88d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/clk/qcom/apss-ipq-pll.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ static struct clk_alpha_pll ipq_pll_stromer_plus = {
100100
static const struct alpha_pll_config ipq5018_pll_config = {
101101
.l = 0x2a,
102102
.config_ctl_val = 0x4001075b,
103-
.config_ctl_hi_val = 0x304,
104103
.main_output_mask = BIT(0),
105104
.aux_output_mask = BIT(1),
106105
.early_output_mask = BIT(3),
@@ -114,7 +113,6 @@ static const struct alpha_pll_config ipq5018_pll_config = {
114113
static const struct alpha_pll_config ipq5332_pll_config = {
115114
.l = 0x2d,
116115
.config_ctl_val = 0x4001075b,
117-
.config_ctl_hi_val = 0x304,
118116
.main_output_mask = BIT(0),
119117
.aux_output_mask = BIT(1),
120118
.early_output_mask = BIT(3),

0 commit comments

Comments
 (0)