linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clk: qcom: add parent for venus core0 and core1 gdsc's
@ 2017-02-09 15:20 Stanimir Varbanov
  2017-02-10 17:20 ` Stephen Boyd
  2017-04-19 16:55 ` Stephen Boyd
  0 siblings, 2 replies; 3+ messages in thread
From: Stanimir Varbanov @ 2017-02-09 15:20 UTC (permalink / raw)
  To: Andy Gross, Michael Turquette, Stephen Boyd
  Cc: Rajendra Nayak, linux-soc, linux-clk, linux-kernel,
	linux-arm-msm, Stanimir Varbanov

Make venus_gdsc parent of venus gdsc core0 and core1.

Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org>
---
 drivers/clk/qcom/mmcc-msm8996.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/clk/qcom/mmcc-msm8996.c b/drivers/clk/qcom/mmcc-msm8996.c
index 9b97246287a7..d9aa886d260f 100644
--- a/drivers/clk/qcom/mmcc-msm8996.c
+++ b/drivers/clk/qcom/mmcc-msm8996.c
@@ -2944,6 +2944,7 @@ static struct gdsc venus_core0_gdsc = {
 	.pd = {
 		.name = "venus_core0",
 	},
+	.parent = &venus_gdsc.pd,
 	.pwrsts = PWRSTS_OFF_ON,
 	.flags = HW_CTRL,
 };
@@ -2955,6 +2956,7 @@ static struct gdsc venus_core1_gdsc = {
 	.pd = {
 		.name = "venus_core1",
 	},
+	.parent = &venus_gdsc.pd,
 	.pwrsts = PWRSTS_OFF_ON,
 	.flags = HW_CTRL,
 };
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-04-19 16:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-09 15:20 [PATCH] clk: qcom: add parent for venus core0 and core1 gdsc's Stanimir Varbanov
2017-02-10 17:20 ` Stephen Boyd
2017-04-19 16:55 ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).