mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 04:48:04 +09:00
clk: rockchip: rk3066a: Make hclk_ahb2apb as critical
Change-Id: I6182e995ad18f28ac6208027af8365ed829388d8 Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
@@ -755,7 +755,8 @@ static const char *const rk3188_critical_clocks[] __initconst = {
|
||||
"pclk_cpu",
|
||||
"pclk_peri",
|
||||
"hclk_cpubus",
|
||||
"hclk_vio_bus"
|
||||
"hclk_vio_bus",
|
||||
"hclk_ahb2apb",
|
||||
};
|
||||
|
||||
static struct rockchip_clk_provider *__init rk3188_common_clk_init(struct device_node *np)
|
||||
|
||||
Reference in New Issue
Block a user