diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-igep0020.c')
-rw-r--r-- | arch/arm/mach-omap2/board-igep0020.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/arch/arm/mach-omap2/board-igep0020.c b/arch/arm/mach-omap2/board-igep0020.c index c235fa2a77ab..54e6318f4a8f 100644 --- a/arch/arm/mach-omap2/board-igep0020.c +++ b/arch/arm/mach-omap2/board-igep0020.c | |||
@@ -485,14 +485,6 @@ static struct omap_dss_board_info igep2_dss_data = { | |||
485 | .default_device = &igep2_dvi_device, | 485 | .default_device = &igep2_dvi_device, |
486 | }; | 486 | }; |
487 | 487 | ||
488 | static struct platform_device igep2_dss_device = { | ||
489 | .name = "omapdss", | ||
490 | .id = -1, | ||
491 | .dev = { | ||
492 | .platform_data = &igep2_dss_data, | ||
493 | }, | ||
494 | }; | ||
495 | |||
496 | static struct regulator_consumer_supply igep2_vpll2_supply = | 488 | static struct regulator_consumer_supply igep2_vpll2_supply = |
497 | REGULATOR_SUPPLY("vdds_dsi", "omapdss"); | 489 | REGULATOR_SUPPLY("vdds_dsi", "omapdss"); |
498 | 490 | ||
@@ -519,7 +511,6 @@ static void __init igep2_display_init(void) | |||
519 | } | 511 | } |
520 | 512 | ||
521 | static struct platform_device *igep2_devices[] __initdata = { | 513 | static struct platform_device *igep2_devices[] __initdata = { |
522 | &igep2_dss_device, | ||
523 | &igep2_vwlan_device, | 514 | &igep2_vwlan_device, |
524 | }; | 515 | }; |
525 | 516 | ||
@@ -694,6 +685,7 @@ static void __init igep2_init(void) | |||
694 | /* Register I2C busses and drivers */ | 685 | /* Register I2C busses and drivers */ |
695 | igep2_i2c_init(); | 686 | igep2_i2c_init(); |
696 | platform_add_devices(igep2_devices, ARRAY_SIZE(igep2_devices)); | 687 | platform_add_devices(igep2_devices, ARRAY_SIZE(igep2_devices)); |
688 | omap_display_init(&igep2_dss_data); | ||
697 | omap_serial_init(); | 689 | omap_serial_init(); |
698 | usb_musb_init(&musb_board_data); | 690 | usb_musb_init(&musb_board_data); |
699 | usb_ehci_init(&ehci_pdata); | 691 | usb_ehci_init(&ehci_pdata); |