Skip to content

Commit 00e6751

Browse files
Elaine Zhangmmind
authored andcommitted
clk: rockchip: add sclk_timer5 as critical clock on rk3128
sclk_timer5 is for arm arch counter, so need always on. but no dts node to handle this clk, so make it as critical clock Signed-off-by: Elaine Zhang <[email protected]> Signed-off-by: Heiko Stuebner <[email protected]>
1 parent a4eb286 commit 00e6751

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clk/rockchip/clk-rk3128.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,7 @@ static const char *const rk3128_critical_clocks[] __initconst = {
578578
"hclk_peri",
579579
"pclk_peri",
580580
"pclk_pmu",
581+
"sclk_timer5",
581582
};
582583

583584
static struct rockchip_clk_provider *__init rk3128_common_clk_init(struct device_node *np)

0 commit comments

Comments
 (0)