static void __init rk3288_init_late(void) { #ifdef CONFIG_PM rk3288_init_suspend(); #endif #ifdef CONFIG_CPU_IDLE rk3288_init_cpuidle(); #endif }
static void __init rk3288_init_late(void) { #ifdef CONFIG_PM rk3288_init_suspend(); #endif #ifdef CONFIG_CPU_IDLE rk3288_init_cpuidle(); #endif if (rockchip_jtag_enabled) clk_prepare_enable(clk_get_sys(NULL, "clk_jtag")); }