Commit 00e6751f authored by Elaine Zhang's avatar Elaine Zhang Committed by Heiko Stuebner

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: default avatarElaine Zhang <zhangqing@rock-chips.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent a4eb2865
...@@ -578,6 +578,7 @@ static const char *const rk3128_critical_clocks[] __initconst = { ...@@ -578,6 +578,7 @@ static const char *const rk3128_critical_clocks[] __initconst = {
"hclk_peri", "hclk_peri",
"pclk_peri", "pclk_peri",
"pclk_pmu", "pclk_pmu",
"sclk_timer5",
}; };
static struct rockchip_clk_provider *__init rk3128_common_clk_init(struct device_node *np) static struct rockchip_clk_provider *__init rk3128_common_clk_init(struct device_node *np)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment