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>
This commit is contained in:
Elaine Zhang
2018-05-16 08:58:41 +08:00
committed by Tao Huang
parent 296e2a0fb5
commit cfd153a8f5

View File

@@ -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)