rockchip: clk: rk3399: Mark some grf clock as critical

pclk_perihp_grf and pclk_vio_grf is for some grf regs read and write,
mark it as critical and it never turns off.

Change-Id: If9465334b9168b4376a7ac95d5f08e389048409f
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
This commit is contained in:
Elaine Zhang
2017-01-20 10:07:59 +08:00
committed by Huang, Tao
parent 2cc5e67e1d
commit 8d925e4f3d

View File

@@ -1645,6 +1645,8 @@ static const char *const rk3399_cru_critical_clocks[] __initconst = {
"gpll_aclk_perilp0_src",
"gpll_aclk_perihp_src",
"pclk_vio",
"pclk_vio_grf",
"pclk_perihp_grf",
};
static const char *const rk3399_pmucru_critical_clocks[] __initconst = {