diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-h4.c')
-rw-r--r-- | arch/arm/mach-omap2/board-h4.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/arm/mach-omap2/board-h4.c b/arch/arm/mach-omap2/board-h4.c index 7de0506e1e29..5e9b14675b1e 100644 --- a/arch/arm/mach-omap2/board-h4.c +++ b/arch/arm/mach-omap2/board-h4.c | |||
@@ -373,23 +373,12 @@ static struct omap_uart_config h4_uart_config __initdata = { | |||
373 | .enabled_uarts = ((1 << 0) | (1 << 1) | (1 << 2)), | 373 | .enabled_uarts = ((1 << 0) | (1 << 1) | (1 << 2)), |
374 | }; | 374 | }; |
375 | 375 | ||
376 | static struct omap_mmc_config h4_mmc_config __initdata = { | ||
377 | .mmc [0] = { | ||
378 | .enabled = 1, | ||
379 | .wire4 = 1, | ||
380 | .wp_pin = -1, | ||
381 | .power_pin = -1, | ||
382 | .switch_pin = -1, | ||
383 | }, | ||
384 | }; | ||
385 | |||
386 | static struct omap_lcd_config h4_lcd_config __initdata = { | 376 | static struct omap_lcd_config h4_lcd_config __initdata = { |
387 | .ctrl_name = "internal", | 377 | .ctrl_name = "internal", |
388 | }; | 378 | }; |
389 | 379 | ||
390 | static struct omap_board_config_kernel h4_config[] = { | 380 | static struct omap_board_config_kernel h4_config[] = { |
391 | { OMAP_TAG_UART, &h4_uart_config }, | 381 | { OMAP_TAG_UART, &h4_uart_config }, |
392 | { OMAP_TAG_MMC, &h4_mmc_config }, | ||
393 | { OMAP_TAG_LCD, &h4_lcd_config }, | 382 | { OMAP_TAG_LCD, &h4_lcd_config }, |
394 | }; | 383 | }; |
395 | 384 | ||