diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-omap4panda.c')
-rw-r--r-- | arch/arm/mach-omap2/board-omap4panda.c | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/arch/arm/mach-omap2/board-omap4panda.c b/arch/arm/mach-omap2/board-omap4panda.c index 9aaa96057666..e26929049a4d 100644 --- a/arch/arm/mach-omap2/board-omap4panda.c +++ b/arch/arm/mach-omap2/board-omap4panda.c | |||
@@ -95,12 +95,6 @@ static struct platform_device *panda_devices[] __initdata = { | |||
95 | &wl1271_device, | 95 | &wl1271_device, |
96 | }; | 96 | }; |
97 | 97 | ||
98 | static void __init omap4_panda_init_early(void) | ||
99 | { | ||
100 | omap2_init_common_infrastructure(); | ||
101 | omap2_init_common_devices(NULL, NULL); | ||
102 | } | ||
103 | |||
104 | static const struct usbhs_omap_board_data usbhs_bdata __initconst = { | 98 | static const struct usbhs_omap_board_data usbhs_bdata __initconst = { |
105 | .port_mode[0] = OMAP_EHCI_PORT_MODE_PHY, | 99 | .port_mode[0] = OMAP_EHCI_PORT_MODE_PHY, |
106 | .port_mode[1] = OMAP_USBHS_PORT_MODE_UNUSED, | 100 | .port_mode[1] = OMAP_USBHS_PORT_MODE_UNUSED, |
@@ -569,24 +563,19 @@ static void __init omap4_panda_init(void) | |||
569 | platform_add_devices(panda_devices, ARRAY_SIZE(panda_devices)); | 563 | platform_add_devices(panda_devices, ARRAY_SIZE(panda_devices)); |
570 | platform_device_register(&omap_vwlan_device); | 564 | platform_device_register(&omap_vwlan_device); |
571 | board_serial_init(); | 565 | board_serial_init(); |
566 | omap_sdrc_init(NULL, NULL); | ||
572 | omap4_twl6030_hsmmc_init(mmc); | 567 | omap4_twl6030_hsmmc_init(mmc); |
573 | omap4_ehci_init(); | 568 | omap4_ehci_init(); |
574 | usb_musb_init(&musb_board_data); | 569 | usb_musb_init(&musb_board_data); |
575 | omap4_panda_display_init(); | 570 | omap4_panda_display_init(); |
576 | } | 571 | } |
577 | 572 | ||
578 | static void __init omap4_panda_map_io(void) | ||
579 | { | ||
580 | omap2_set_globals_443x(); | ||
581 | omap44xx_map_common_io(); | ||
582 | } | ||
583 | |||
584 | MACHINE_START(OMAP4_PANDA, "OMAP4 Panda board") | 573 | MACHINE_START(OMAP4_PANDA, "OMAP4 Panda board") |
585 | /* Maintainer: David Anders - Texas Instruments Inc */ | 574 | /* Maintainer: David Anders - Texas Instruments Inc */ |
586 | .boot_params = 0x80000100, | 575 | .boot_params = 0x80000100, |
587 | .reserve = omap_reserve, | 576 | .reserve = omap_reserve, |
588 | .map_io = omap4_panda_map_io, | 577 | .map_io = omap4_map_io, |
589 | .init_early = omap4_panda_init_early, | 578 | .init_early = omap4430_init_early, |
590 | .init_irq = gic_init_irq, | 579 | .init_irq = gic_init_irq, |
591 | .init_machine = omap4_panda_init, | 580 | .init_machine = omap4_panda_init, |
592 | .timer = &omap4_timer, | 581 | .timer = &omap4_timer, |