diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-generic.c')
| -rw-r--r-- | arch/arm/mach-omap2/board-generic.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-generic.c b/arch/arm/mach-omap2/board-generic.c index bc6013fbb773..b8920b6bc104 100644 --- a/arch/arm/mach-omap2/board-generic.c +++ b/arch/arm/mach-omap2/board-generic.c | |||
| @@ -35,7 +35,11 @@ static struct of_device_id omap_dt_match_table[] __initdata = { | |||
| 35 | 35 | ||
| 36 | static void __init omap_generic_init(void) | 36 | static void __init omap_generic_init(void) |
| 37 | { | 37 | { |
| 38 | omapdss_early_init_of(); | ||
| 39 | |||
| 38 | pdata_quirks_init(omap_dt_match_table); | 40 | pdata_quirks_init(omap_dt_match_table); |
| 41 | |||
| 42 | omapdss_init_of(); | ||
| 39 | } | 43 | } |
| 40 | 44 | ||
| 41 | #ifdef CONFIG_SOC_OMAP2420 | 45 | #ifdef CONFIG_SOC_OMAP2420 |
