clk: qcom: qcs404: Fix gpll0_out_main parent
gpll0_out_main parent is cxo so fix it.
Fixes: 652f1813c1
("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>
This commit is contained in:
parent
9a43be9ced
commit
8a034aad48
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue