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 781056b84d
commit 2145f9dccb

View File

@@ -883,6 +883,7 @@ static const char *const rk3368_critical_clocks[] __initconst = {
"pclk_ddrphy",
"pclk_ddrupctl",
"pmu_hclk_otg0",
"aclk_dmac_bus",
};
static void __iomem *rk3368_cru_base;