aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/board-3430sdp.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/board-3430sdp.c')
-rw-r--r--arch/arm/mach-omap2/board-3430sdp.c11
1 files changed, 3 insertions, 8 deletions
diff --git a/arch/arm/mach-omap2/board-3430sdp.c b/arch/arm/mach-omap2/board-3430sdp.c
index 18c4d19a439f..77142c13fa13 100644
--- a/arch/arm/mach-omap2/board-3430sdp.c
+++ b/arch/arm/mach-omap2/board-3430sdp.c
@@ -224,12 +224,6 @@ static struct omap_dss_board_info sdp3430_dss_data = {
224static struct omap_board_config_kernel sdp3430_config[] __initdata = { 224static struct omap_board_config_kernel sdp3430_config[] __initdata = {
225}; 225};
226 226
227static void __init omap_3430sdp_init_early(void)
228{
229 omap2_init_common_infrastructure();
230 omap2_init_common_devices(hyb18m512160af6_sdrc_params, NULL);
231}
232
233static struct omap2_hsmmc_info mmc[] = { 227static struct omap2_hsmmc_info mmc[] = {
234 { 228 {
235 .mmc = 1, 229 .mmc = 1,
@@ -718,6 +712,7 @@ static void __init omap_3430sdp_init(void)
718 gpio_pendown = SDP3430_TS_GPIO_IRQ_SDPV1; 712 gpio_pendown = SDP3430_TS_GPIO_IRQ_SDPV1;
719 omap_ads7846_init(1, gpio_pendown, 310, NULL); 713 omap_ads7846_init(1, gpio_pendown, 310, NULL);
720 board_serial_init(); 714 board_serial_init();
715 omap_sdrc_init(hyb18m512160af6_sdrc_params, NULL);
721 usb_musb_init(NULL); 716 usb_musb_init(NULL);
722 board_smc91x_init(); 717 board_smc91x_init();
723 board_flash_init(sdp_flash_partitions, chip_sel_3430, 0); 718 board_flash_init(sdp_flash_partitions, chip_sel_3430, 0);
@@ -728,10 +723,10 @@ static void __init omap_3430sdp_init(void)
728 723
729MACHINE_START(OMAP_3430SDP, "OMAP3430 3430SDP board") 724MACHINE_START(OMAP_3430SDP, "OMAP3430 3430SDP board")
730 /* Maintainer: Syed Khasim - Texas Instruments Inc */ 725 /* Maintainer: Syed Khasim - Texas Instruments Inc */
731 .boot_params = 0x80000100, 726 .atag_offset = 0x100,
732 .reserve = omap_reserve, 727 .reserve = omap_reserve,
733 .map_io = omap3_map_io, 728 .map_io = omap3_map_io,
734 .init_early = omap_3430sdp_init_early, 729 .init_early = omap3430_init_early,
735 .init_irq = omap3_init_irq, 730 .init_irq = omap3_init_irq,
736 .init_machine = omap_3430sdp_init, 731 .init_machine = omap_3430sdp_init,
737 .timer = &omap3_timer, 732 .timer = &omap3_timer,