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 c2b80b8..258e5ac 100644 --- a/arch/arm/mach-omap2/io.c +++ b/arch/arm/mach-omap2/io.c @@ -354,7 +354,9 @@ static int __init _omap2_init_reprogram_sdrc(void) static void __init __maybe_unused omap_common_late_init(void) { omap_mux_late_init(); +#ifndef CONFIG_OMAP_HWMOD_DATA_MODULES omap2_common_pm_late_init(); +#endif omap_soc_device_init(); } -- 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