clk: rockchip: mark some rk3368 core-clks as critical
Mark pclk_pd_alive, pclk_peri, hclk_peri as critical Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
parent
4f060850ec
commit
920c480a73
|
@ -858,6 +858,9 @@ static const char *const rk3368_critical_clocks[] __initconst = {
|
|||
*/
|
||||
"pclk_pwm1",
|
||||
"pclk_pd_pmu",
|
||||
"pclk_pd_alive",
|
||||
"pclk_peri",
|
||||
"hclk_peri",
|
||||
};
|
||||
|
||||
static void __init rk3368_clk_init(struct device_node *np)
|
||||
|
|
Loading…
Reference in New Issue