diff options
author | Michael Niewoehner <linux@mniewoehner.de> | 2015-08-25 22:22:07 +0200 |
---|---|---|
committer | Sasha Levin <sasha.levin@oracle.com> | 2016-04-18 08:49:15 -0400 |
commit | 02c7a92be50f6f9595bb3c82d42609047c79fea2 (patch) | |
tree | 9d244ad977f3fb532b24119771991d13f76f67a7 | |
parent | 88965e61d381a0d3cd3e0d49aa5fb6481a9447cc (diff) | |
download | lwn-02c7a92be50f6f9595bb3c82d42609047c79fea2.tar.gz lwn-02c7a92be50f6f9595bb3c82d42609047c79fea2.zip |
clk: rockchip: add pclk_cpu to the list of rk3188 critical clocks
[ Upstream commit 1166160ab531198f7abc773992c0e04d0f9b7600 ]
pclk_cpu needs to keep running because it is needed for devices like
the act8865 regulator but with the recent gpio clock handling this is
not always the case anymore. So add it to the list of critical clocks.
Signed-off-by: Michael Niewoehner <linux@mniewoehner.de>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
-rw-r--r-- | drivers/clk/rockchip/clk-rk3188.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/rockchip/clk-rk3188.c b/drivers/clk/rockchip/clk-rk3188.c index 8088b384ce6e..e6654b9fec07 100644 --- a/drivers/clk/rockchip/clk-rk3188.c +++ b/drivers/clk/rockchip/clk-rk3188.c @@ -713,6 +713,7 @@ static const char *rk3188_critical_clocks[] __initconst = { "aclk_cpu", "aclk_peri", "hclk_peri", + "pclk_cpu", }; static void __init rk3188_common_clk_init(struct device_node *np) |