]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] ARM: OMAP: Readd Amstrad Delta USB support
authorJonathan McDowell <noodles@earth.li>
Mon, 15 May 2006 09:58:31 +0000 (02:58 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 15 May 2006 09:58:31 +0000 (02:58 -0700)
One of the recent merges from mainline removed the Amstrad Delta USB
support. This patch adds it back in; it's the same as was in
2.6.16-omap2.

Signed-off-by: Jonathan McDowell <noodles@earth.li>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap1/board-ams-delta.c

index 6178f046f128c59e80165117d60036d7e5e950b9..664c3e2a70b0adee244cdb54faa4b5355187a8b9 100644 (file)
@@ -80,8 +80,15 @@ static struct omap_uart_config ams_delta_uart_config __initdata = {
        .enabled_uarts = 1,
 };
 
+static struct omap_usb_config ams_delta_usb_config __initdata = {
+       .register_host  = 1,
+       .hmc_mode       = 16,
+       .pins[0]        = 2,
+};
+
 static struct omap_board_config_kernel ams_delta_config[] = {
        { OMAP_TAG_UART,        &ams_delta_uart_config },
+       { OMAP_TAG_USB,         &ams_delta_usb_config },
 };
 
 static void __init ams_delta_init(void)