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 73dbc88847
commit 8a6ccdfd71

View File

@@ -830,6 +830,7 @@ static const char *const rk3288_critical_clocks[] __initconst = {
"pclk_ddrupctl1",
"pclk_publ1",
"pmu_hclk_otg0",
"aclk_dmac1",
};
static void __iomem *rk3288_cru_base;