ARM: OMAP2+: Make display related init into device_initcall
We can initialize almost everything at normal module_init time with ti-sysc except for clocks and timers. To prepare for that, let's make display init into device_initcall as otherwise we'll be calling of_platform_populate() before the parent has probed. Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Cc: Tomi Valkeinen <tomi.valkeinen@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
@@ -352,7 +352,5 @@ extern int omap_dss_reset(struct omap_hwmod *);
|
||||
/* SoC specific clock initializer */
|
||||
int omap_clk_init(void);
|
||||
|
||||
int __init omapdss_init_of(void);
|
||||
|
||||
#endif /* __ASSEMBLER__ */
|
||||
#endif /* __ARCH_ARM_MACH_OMAP2PLUS_COMMON_H */
|
||||
|
Reference in New Issue
Block a user