mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user