Skip to content

Commit 2ba8425

Browse files
juhosgandersson
authored andcommitted
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 <[email protected]> Reviewed-by: Kathiravan Thirumoorthy <[email protected]> Acked-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 5a33a64 commit 2ba8425

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
@@ -70,7 +70,6 @@ static struct clk_alpha_pll ipq_pll_stromer_plus = {
7070
static const struct alpha_pll_config ipq5018_pll_config = {
7171
.l = 0x2a,
7272
.config_ctl_val = 0x4001075b,
73-
.config_ctl_hi_val = 0x304,
7473
.main_output_mask = BIT(0),
7574
.aux_output_mask = BIT(1),
7675
.early_output_mask = BIT(3),
@@ -84,7 +83,6 @@ static const struct alpha_pll_config ipq5018_pll_config = {
8483
static const struct alpha_pll_config ipq5332_pll_config = {
8584
.l = 0x2d,
8685
.config_ctl_val = 0x4001075b,
87-
.config_ctl_hi_val = 0x304,
8886
.main_output_mask = BIT(0),
8987
.aux_output_mask = BIT(1),
9088
.early_output_mask = BIT(3),

0 commit comments

Comments
 (0)