Skip to content

Commit 02e3d3b

Browse files
finley1226rkhuangtao
authored andcommitted
clk: rockchip: rk3066a: Make hclk_ahb2apb as critical
Change-Id: I6182e995ad18f28ac6208027af8365ed829388d8 Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
1 parent 131e05e commit 02e3d3b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

drivers/clk/rockchip/clk-rk3188.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,8 @@ static const char *const rk3188_critical_clocks[] __initconst = {
755755
"pclk_cpu",
756756
"pclk_peri",
757757
"hclk_cpubus",
758-
"hclk_vio_bus"
758+
"hclk_vio_bus",
759+
"hclk_ahb2apb",
759760
};
760761

761762
static struct rockchip_clk_provider *__init rk3188_common_clk_init(struct device_node *np)

0 commit comments

Comments
 (0)