diff options
Diffstat (limited to 'arch/arm/mach-omap1/board-ams-delta.c')
| -rw-r--r-- | arch/arm/mach-omap1/board-ams-delta.c | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/arch/arm/mach-omap1/board-ams-delta.c b/arch/arm/mach-omap1/board-ams-delta.c index 73df32aac4c4..8437d065ada5 100644 --- a/arch/arm/mach-omap1/board-ams-delta.c +++ b/arch/arm/mach-omap1/board-ams-delta.c | |||
| @@ -80,8 +80,15 @@ static struct omap_uart_config ams_delta_uart_config __initdata = { | |||
| 80 | .enabled_uarts = 1, | 80 | .enabled_uarts = 1, | 
| 81 | }; | 81 | }; | 
| 82 | 82 | ||
| 83 | static struct omap_usb_config ams_delta_usb_config __initdata = { | ||
| 84 | .register_host = 1, | ||
| 85 | .hmc_mode = 16, | ||
| 86 | .pins[0] = 2, | ||
| 87 | }; | ||
| 88 | |||
| 83 | static struct omap_board_config_kernel ams_delta_config[] = { | 89 | static struct omap_board_config_kernel ams_delta_config[] = { | 
| 84 | { OMAP_TAG_UART, &ams_delta_uart_config }, | 90 | { OMAP_TAG_UART, &ams_delta_uart_config }, | 
| 91 | { OMAP_TAG_USB, &ams_delta_usb_config }, | ||
| 85 | }; | 92 | }; | 
| 86 | 93 | ||
| 87 | static struct platform_device ams_delta_led_device = { | 94 | static struct platform_device ams_delta_led_device = { | 
