clk: qcom: qcs404: Fix gpll0_out_main parent
authorSrinivas Kandagatla <[email protected]>
Fri, 7 Dec 2018 08:41:49 +0000 (14:11 +0530)
committerStephen Boyd <[email protected]>
Mon, 10 Dec 2018 19:31:30 +0000 (11:31 -0800)
gpll0_out_main parent is cxo so fix it.

Fixes: 652f1813c113 ("clk: qcom: gcc: Add global clock controller driver for QCS404")
Signed-off-by: Srinivas Kandagatla <[email protected]>
Reviewed-by: Bjorn Andersson <[email protected]>
Signed-off-by: Vinod Koul <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
drivers/clk/qcom/gcc-qcs404.c

index ef1b267cb058a4a03f0ead86218ee165653fd737..64da032bb9edb35d571f013ca37582179493961c 100644 (file)
@@ -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,
                },