summaryrefslogtreecommitdiff
path: root/drivers/clk/rockchip
diff options
context:
space:
mode:
authorElaine Zhang <zhangqing@rock-chips.com>2018-10-07 10:51:03 +0800
committerTao Huang <huangtao@rock-chips.com>2018-10-07 11:23:30 +0800
commitc996107987454cd5c52d57bd18b8b0a08ab488b5 (patch)
tree2e4732597e6f90a52352cbf6dd2bf085ba9ececf /drivers/clk/rockchip
parent34a5779682b569c0b4d18ed3d7311d82009bf550 (diff)
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>
Diffstat (limited to 'drivers/clk/rockchip')
-rw-r--r--drivers/clk/rockchip/clk-rk1808.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/clk/rockchip/clk-rk1808.c b/drivers/clk/rockchip/clk-rk1808.c
index 5c13de1869ea..ecf95776696b 100644
--- a/drivers/clk/rockchip/clk-rk1808.c
+++ b/drivers/clk/rockchip/clk-rk1808.c
@@ -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;