Skip to content

Commit

Permalink
clk: qcom: qcs404: Fix gpll0_out_main parent
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Srinivas Kandagatla authored and Stephen Boyd committed Dec 10, 2018
1 parent 9a43be9 commit 8a034aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/clk/qcom/gcc-qcs404.c
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ static struct clk_alpha_pll gpll0_out_main = {
.hw.init = &(struct clk_init_data){
.name = "gpll0_out_main",
.parent_names = (const char *[])
{ "gpll0_sleep_clk_src" },
{ "cxo" },
.num_parents = 1,
.ops = &clk_alpha_pll_ops,
},
Expand Down

0 comments on commit 8a034aa

Please sign in to comment.