summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElaine Zhang <zhangqing@rock-chips.com>2018-05-16 08:58:41 +0800
committerTao Huang <huangtao@rock-chips.com>2018-05-17 10:07:11 +0800
commitcfd153a8f5c3e6c9c95084805e08be40008575bb (patch)
treeddab7811d6a8ef19bb3f8a58164d77602a50b977
parent296e2a0fb5e527a784f81effd89f6ad095a95b83 (diff)
clk: rockchip: rk3366: mark the aclk_dmac_bus as critical clk
crypto and dmac share the same noc clk, so mark the aclk_dmac_bus as critical clk. Change-Id: I02ccdbcb1ce50216daf2578538c8cfee9f6dd9d2 Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
-rw-r--r--drivers/clk/rockchip/clk-rk3366.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/rockchip/clk-rk3366.c b/drivers/clk/rockchip/clk-rk3366.c
index 22032a1a68f2..984ae9b6d030 100644
--- a/drivers/clk/rockchip/clk-rk3366.c
+++ b/drivers/clk/rockchip/clk-rk3366.c
@@ -797,6 +797,7 @@ static const char *const rk3366_critical_clocks[] __initconst = {
"pclk_peri1",
"pclk_rk_pwm",
"pclk_pd_pmu",
+ "aclk_dmac_bus",
};
static void __init rk3366_clk_init(struct device_node *np)