]> Git Repo - J-linux.git/commitdiff
clk: qcom: apss-ipq-pll: remove 'config_ctl_hi_val' from Stromer pll configs
authorGabor Juhos <[email protected]>
Thu, 9 May 2024 08:08:04 +0000 (10:08 +0200)
committerBjorn Andersson <[email protected]>
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 <[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]>
drivers/clk/qcom/apss-ipq-pll.c

index 5f7f537e4ecbe54ef5e84ecdff3c1d781501d2eb..e8632db2c542806e9527a22b54fe169e3e398a7a 100644 (file)
@@ -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),
This page took 0.06 seconds and 4 git commands to generate.