mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +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:
@@ -891,6 +891,7 @@ static const char *const rk3368_critical_clocks[] __initconst = {
|
||||
"pclk_ddrphy",
|
||||
"pclk_ddrupctl",
|
||||
"pmu_hclk_otg0",
|
||||
"aclk_dmac_bus",
|
||||
};
|
||||
|
||||
static void __init rk3368_clk_init(struct device_node *np)
|
||||
|
||||
Reference in New Issue
Block a user