aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/clk/qcom/gcc-qcs404.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/qcom/gcc-qcs404.c b/drivers/clk/qcom/gcc-qcs404.c
index ef1b267cb058..64da032bb9ed 100644
--- a/drivers/clk/qcom/gcc-qcs404.c
+++ b/drivers/clk/qcom/gcc-qcs404.c
@@ -297,7 +297,7 @@ static struct clk_alpha_pll gpll0_out_main = {
297 .hw.init = &(struct clk_init_data){ 297 .hw.init = &(struct clk_init_data){
298 .name = "gpll0_out_main", 298 .name = "gpll0_out_main",
299 .parent_names = (const char *[]) 299 .parent_names = (const char *[])
300 { "gpll0_sleep_clk_src" }, 300 { "cxo" },
301 .num_parents = 1, 301 .num_parents = 1,
302 .ops = &clk_alpha_pll_ops, 302 .ops = &clk_alpha_pll_ops,
303 }, 303 },