clk: rockchip: rk3288: mark the aclk_dmac1 as critical clk

crypto and dmac share the same noc clk,
so mark the aclk_dmac1 as critical clk.

Change-Id: I34a4a7cc532a385086679fafb961a47b0a6abc3b
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
This commit is contained in:
Elaine Zhang
2018-05-16 08:59:32 +08:00
committed by Tao Huang
parent 9322b4700a
commit acc21855ff

View File

@@ -851,6 +851,7 @@ static const char *const rk3288_critical_clocks[] __initconst = {
"pmu_hclk_otg0",
/* pwm-regulators on some boards, so handoff-critical later */
"pclk_rkpwm",
"aclk_dmac1",
};
static void __iomem *rk3288_cru_base;