clk: rockchip: rk3368: 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: Ib0b70bbed3fdefeab7b6f2b5f88350a416e66787
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
This commit is contained in:
Elaine Zhang
2018-05-16 08:52:26 +08:00
committed by Tao Huang
parent 38c609e302
commit 296e2a0fb5

View File

@@ -891,6 +891,7 @@ static const char *const rk3368_critical_clocks[] __initconst = {
"pclk_ddrphy",
"pclk_ddrupctl",
"pmu_hclk_otg0",
"aclk_dmac_bus",
};
static void __init rk3368_clk_init(struct device_node *np)