Skip to content

Commit 5635ef0

Browse files
Kathiravan Thirumoorthyandersson
authored andcommitted
clk: qcom: ipq5332: drop the CLK_SET_RATE_PARENT flag from GPLL clocks
GPLL clock rates are fixed and shouldn't be scaled based on the request from dependent clocks. Doing so will result in the unexpected behaviour. So drop the CLK_SET_RATE_PARENT flag from the GPLL clocks. Fixes: 3d89d52 ("clk: qcom: add Global Clock controller (GCC) driver for IPQ5332 SoC") Signed-off-by: Kathiravan Thirumoorthy <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 99a8f87 commit 5635ef0

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
@@ -112,7 +112,6 @@ static struct clk_alpha_pll_postdiv gpll2 = {
112112
&gpll2_main.clkr.hw },
113113
.num_parents = 1,
114114
.ops = &clk_alpha_pll_postdiv_ro_ops,
115-
.flags = CLK_SET_RATE_PARENT,
116115
},
117116
};
118117

@@ -152,7 +151,6 @@ static struct clk_alpha_pll_postdiv gpll4 = {
152151
&gpll4_main.clkr.hw },
153152
.num_parents = 1,
154153
.ops = &clk_alpha_pll_postdiv_ro_ops,
155-
.flags = CLK_SET_RATE_PARENT,
156154
},
157155
};
158156

0 commit comments

Comments
 (0)