clk: rockchip: 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 Tao Huang
parent 2d399082b2
commit 9a0256dba4

View File

@@ -1654,6 +1654,8 @@ static const char *const rk3399_cru_critical_clocks[] __initconst = {
/* ddrc */
"sclk_ddrc"
"pclk_vio",
"pclk_vio_grf",
"pclk_perihp_grf",
};
static const char *const rk3399_pmucru_critical_clocks[] __initconst = {