linux-arm-kernel.lists.infradead.org archive mirror
 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: linux-arm-kernel

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

Signed-off-by: Michael Niewoehner <linux@mniewoehner.de>
---
 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;
as well as URLs for NNTP newsgroup(s).