"Gopinath, Thara" <thara@xxxxxx> writes: [...] >>>+static int __init omap_common_pm_init(void) >>>+{ >>>+ omap_init_processor_devices(); >>>+ omap_pm_if_init(); >>>+ >>>+ return 0; >>>+} >>>+device_initcall(omap_common_pm_init); > > But I guess opp layer is still getting initialized before this. Esp if > the board files are initializing the opp structures. Or do you have a > patch to fix it in some other branch ? > The common OPP init will be done in this function as well (see current PM branch.) Board files no longer do OPP init (by default) as it is handled by common code. Only boards that add OPPs need to call the init function, and we'll have to figure out way to handle that late. Kevin -- 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