If hwmod data is built as a module, PM init will be done after the module has been loaded. PM code has dependencies towards certain hwmods, which are not going to be available during early init. Signed-off-by: Tero Kristo <t-kristo@xxxxxx> --- arch/arm/mach-omap2/io.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c index 258e5ac..6cb1e40 100644 --- a/arch/arm/mach-omap2/io.c +++ b/arch/arm/mach-omap2/io.c @@ -487,8 +487,10 @@ void __init am35xx_init_early(void) void __init omap3_init_late(void) { omap_common_late_init(); +#ifndef CONFIG_OMAP_HWMOD_DATA_MODULES omap3_pm_init(); omap2_clk_enable_autoidle_all(); +#endif } void __init omap3430_init_late(void) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html