clk: rockchip: rk1808: mark some clk as critical clocks

mark "pclk_top_pre","pclk_ddr_grf","aclk_gic" as critical clocks

Change-Id: I4daf50c36e899edcff07778cbb98571c2ed2b042
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
This commit is contained in:
Elaine Zhang 2018-10-07 10:51:03 +08:00 committed by Tao Huang
parent 34a5779682
commit c996107987

View File

@ -1151,6 +1151,9 @@ static const char *const rk1808_critical_clocks[] __initconst = {
"msclk_bus_niu",
"lsclk_bus_niu",
"pclk_pmu_niu",
"pclk_top_pre",
"pclk_ddr_grf",
"aclk_gic",
};
static void __iomem *rk1808_cru_base;