From: Heiko Stuebner Date: Tue, 11 Aug 2015 10:12:03 +0000 (+0800) Subject: clk: rockchip: add pclk_pd_pmu to the list of rk3288 critical clocks X-Git-Tag: v4.3-rc1~81^2~10 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=15ee1f7d1432c8a781df5d8f92c18bd952088667;p=linux.git clk: rockchip: add pclk_pd_pmu to the list of rk3288 critical clocks pclk_pd_pmu needs to keep running and with the upcoming gpio clock handling this is not always the case anymore. So add it to the list of critical clocks for now. Signed-off-by: Heiko Stuebner Signed-off-by: Lin Huang Reviewed-by: Douglas Anderson Acked-by: Stephen Boyd Signed-off-by: Linus Walleij --- diff --git a/drivers/clk/rockchip/clk-rk3288.c b/drivers/clk/rockchip/clk-rk3288.c index 4f817ed9e6ee..fdb0c7c95a66 100644 --- a/drivers/clk/rockchip/clk-rk3288.c +++ b/drivers/clk/rockchip/clk-rk3288.c @@ -775,6 +775,7 @@ static const char *const rk3288_critical_clocks[] __initconst = { "aclk_cpu", "aclk_peri", "hclk_peri", + "pclk_pd_pmu", }; #ifdef CONFIG_PM_SLEEP