public inbox for linux-rockchip@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] clk: rockchip: add pclk_cpu to the list of rk3188 critical clocks
@ 2015-08-17 17:38 Michael Niewoehner
  2015-08-17 18:01 ` Heiko Stuebner
  0 siblings, 1 reply; 10+ messages in thread
From: Michael Niewoehner @ 2015-08-17 17:38 UTC (permalink / raw)
  To: mturquette-rdvid1DuHRBWk0Htik3J/w, sboyd-sgV2jX0FEOL9JmXXK+q4OQ,
	heiko-4mtYJXux2i+zQB+pC5nmwQ, linux-clk-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

gpio clock is getting disabled to save power but pclk_cpu is needed for act8865 regulator

Signed-off-by: Michael Niewoehner <linux-zzFNMPX9jIaDjmgdnaGrkw@public.gmane.org>
---
 drivers/clk/rockchip/clk-rk3188.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/clk/rockchip/clk-rk3188.c b/drivers/clk/rockchip/clk-rk3188.c
index e4f9d47..1c93229 100644
--- a/drivers/clk/rockchip/clk-rk3188.c
+++ b/drivers/clk/rockchip/clk-rk3188.c
@@ -708,6 +708,7 @@ static const char *const rk3188_critical_clocks[] __initconst = {
 	"aclk_cpu",
 	"aclk_peri",
 	"hclk_peri",
+	"pclk_cpu",
 };
 
 static void __init rk3188_common_clk_init(struct device_node *np)
-- 
2.5.0

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

end of thread, other threads:[~2015-08-27 16:52 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-17 17:38 [PATCH] clk: rockchip: add pclk_cpu to the list of rk3188 critical clocks Michael Niewoehner
2015-08-17 18:01 ` Heiko Stuebner
2015-08-17 18:51   ` Michael Niewoehner
2015-08-17 19:37     ` Heiko Stuebner
2015-08-17 19:50       ` [PATCH v2] " Michael Niewoehner
2015-08-17 19:55         ` Heiko Stuebner
2015-08-25 18:59         ` Michael Turquette
2015-08-25 20:17           ` Heiko Stuebner
2015-08-25 20:22           ` [PATCH v3] " Michael Niewoehner
2015-08-27 16:52             ` Michael Turquette

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox