mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user