* [PATCH v2] clk: qcom: qcs404: Fix gpll0_out_main parent
@ 2018-12-07 8:41 Vinod Koul
2018-12-10 19:31 ` Stephen Boyd
0 siblings, 1 reply; 2+ messages in thread
From: Vinod Koul @ 2018-12-07 8:41 UTC (permalink / raw)
To: Michael Turquette, Stephen Boyd
Cc: Srinivas Kandagatla, Andy Gross, David Brown, linux-arm-msm,
linux-soc, linux-clk, linux-kernel, Bjorn Andersson, Vinod Koul
From: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
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 <srinivas.kandagatla@linaro.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
---
v2: add qc404 in title and review tag by Bjorn
drivers/clk/qcom/gcc-qcs404.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 = {
.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,
},
--
2.19.2
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH v2] clk: qcom: qcs404: Fix gpll0_out_main parent
2018-12-07 8:41 [PATCH v2] clk: qcom: qcs404: Fix gpll0_out_main parent Vinod Koul
@ 2018-12-10 19:31 ` Stephen Boyd
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2018-12-10 19:31 UTC (permalink / raw)
To: Michael Turquette, Vinod Koul
Cc: Srinivas Kandagatla, Andy Gross, David Brown, linux-arm-msm,
linux-soc, linux-clk, linux-kernel, Bjorn Andersson, Vinod Koul
Quoting Vinod Koul (2018-12-07 00:41:49)
> From: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
>
> 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 <srinivas.kandagatla@linaro.org>
> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
> Signed-off-by: Vinod Koul <vkoul@kernel.org>
> ---
Applied to clk-fixes
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-12-10 19:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-07 8:41 [PATCH v2] clk: qcom: qcs404: Fix gpll0_out_main parent Vinod Koul
2018-12-10 19:31 ` Stephen Boyd
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox