浏览代码

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 <heiko@sntech.de>
Signed-off-by: Lin Huang <hl@rock-chips.com>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Acked-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Heiko Stuebner 10 年之前
父节点
当前提交
15ee1f7d14
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/clk/rockchip/clk-rk3288.c

+ 1 - 0
drivers/clk/rockchip/clk-rk3288.c

@@ -775,6 +775,7 @@ static const char *const rk3288_critical_clocks[] __initconst = {
 	"aclk_cpu",
 	"aclk_cpu",
 	"aclk_peri",
 	"aclk_peri",
 	"hclk_peri",
 	"hclk_peri",
+	"pclk_pd_pmu",
 };
 };
 
 
 #ifdef CONFIG_PM_SLEEP
 #ifdef CONFIG_PM_SLEEP