mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
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:
parent
34a5779682
commit
c996107987
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user