Skip to content

Commit 8a034aa

Browse files
Srinivas-Kandagatlabebarino
authored andcommitted
clk: qcom: qcs404: Fix gpll0_out_main parent
gpll0_out_main parent is cxo so fix it. Fixes: 652f181 ("clk: qcom: gcc: Add global clock controller driver for QCS404") Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Vinod Koul <vkoul@kernel.org> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent 9a43be9 commit 8a034aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/qcom/gcc-qcs404.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ static struct clk_alpha_pll gpll0_out_main = {
297297
.hw.init = &(struct clk_init_data){
298298
.name = "gpll0_out_main",
299299
.parent_names = (const char *[])
300-
{ "gpll0_sleep_clk_src" },
300+
{ "cxo" },
301301
.num_parents = 1,
302302
.ops = &clk_alpha_pll_ops,
303303
},

0 commit comments

Comments
 (0)