Skip to content

Commit ccd8ab0

Browse files
quic-varadaandersson
authored andcommitted
clk: qcom: ipq5332: Drop set rate parent from gpll0 dependent clocks
IPQ5332's GPLL0's nominal/turbo frequency is 800MHz. This must not be scaled based on the requirement of dependent clocks. Hence remove the CLK_SET_RATE_PARENT flag. Fixes: 3d89d52 ("clk: qcom: add Global Clock controller (GCC) driver for IPQ5332 SoC") Signed-off-by: Varadarajan Narayanan <[email protected]> Reviewed-by: Kathiravan T <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 07c34b3 commit ccd8ab0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/clk/qcom/gcc-ipq5332.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ static struct clk_fixed_factor gpll0_div2 = {
7171
&gpll0_main.clkr.hw },
7272
.num_parents = 1,
7373
.ops = &clk_fixed_factor_ops,
74-
.flags = CLK_SET_RATE_PARENT,
7574
},
7675
};
7776

@@ -85,7 +84,6 @@ static struct clk_alpha_pll_postdiv gpll0 = {
8584
&gpll0_main.clkr.hw },
8685
.num_parents = 1,
8786
.ops = &clk_alpha_pll_postdiv_ro_ops,
88-
.flags = CLK_SET_RATE_PARENT,
8987
},
9088
};
9189

0 commit comments

Comments
 (0)