Skip to content

Commit 01a5e4c

Browse files
Kathiravan Thirumoorthyandersson
authored andcommitted
clk: qcom: ipq5018: 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. ---- Changes in V2: - New patch Fixes: e3fdbef ("clk: qcom: Add Global Clock controller (GCC) driver for IPQ5018") 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 99cd493 commit 01a5e4c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drivers/clk/qcom/gcc-ipq5018.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ static struct clk_alpha_pll_postdiv gpll0 = {
129129
},
130130
.num_parents = 1,
131131
.ops = &clk_alpha_pll_postdiv_ro_ops,
132-
.flags = CLK_SET_RATE_PARENT,
133132
},
134133
};
135134

@@ -144,7 +143,6 @@ static struct clk_alpha_pll_postdiv gpll2 = {
144143
},
145144
.num_parents = 1,
146145
.ops = &clk_alpha_pll_postdiv_ro_ops,
147-
.flags = CLK_SET_RATE_PARENT,
148146
},
149147
};
150148

@@ -159,7 +157,6 @@ static struct clk_alpha_pll_postdiv gpll4 = {
159157
},
160158
.num_parents = 1,
161159
.ops = &clk_alpha_pll_postdiv_ro_ops,
162-
.flags = CLK_SET_RATE_PARENT,
163160
},
164161
};
165162

0 commit comments

Comments
 (0)