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