mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
clk: rockchip: rk3366: 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: I02ccdbcb1ce50216daf2578538c8cfee9f6dd9d2 Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
This commit is contained in:
@@ -797,6 +797,7 @@ static const char *const rk3366_critical_clocks[] __initconst = {
|
||||
"pclk_peri1",
|
||||
"pclk_rk_pwm",
|
||||
"pclk_pd_pmu",
|
||||
"aclk_dmac_bus",
|
||||
};
|
||||
|
||||
static void __init rk3366_clk_init(struct device_node *np)
|
||||
|
||||
Reference in New Issue
Block a user