diff options
author | Felipe Balbi <felipe.balbi@nokia.com> | 2009-03-23 21:34:06 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-03-23 21:51:24 -0400 |
commit | 18cb7aca6f94357d78d99970ec0bd5933ac4495d (patch) | |
tree | 1aa3d785809dda5ca492c862868ac2704cc0b18f /arch/arm/mach-omap2/board-overo.c | |
parent | 828c707e6dbd0ca7882f721a466ff28729376ff0 (diff) |
ARM: OMAP3: MUSB initialization for omap hw, v2
Create a generic board-file for initializing usb
on omap2430 and omap3 boards.
Patch modified by Tony to build the module based on
CONFIG_USB_MUSB_SOC. Also merged in a patch adding
the nop xceiv from Ajay Kumar Gupta <ajay.gupta@ti.com>.
Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-overo.c')
-rw-r--r-- | arch/arm/mach-omap2/board-overo.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-overo.c b/arch/arm/mach-omap2/board-overo.c index 9c14324d8c68..d3ceed398e0b 100644 --- a/arch/arm/mach-omap2/board-overo.c +++ b/arch/arm/mach-omap2/board-overo.c | |||
@@ -43,6 +43,7 @@ | |||
43 | #include <mach/gpmc.h> | 43 | #include <mach/gpmc.h> |
44 | #include <mach/hardware.h> | 44 | #include <mach/hardware.h> |
45 | #include <mach/nand.h> | 45 | #include <mach/nand.h> |
46 | #include <mach/usb.h> | ||
46 | 47 | ||
47 | #include "mmc-twl4030.h" | 48 | #include "mmc-twl4030.h" |
48 | 49 | ||
@@ -228,6 +229,7 @@ static void __init overo_init(void) | |||
228 | omap_serial_init(); | 229 | omap_serial_init(); |
229 | twl4030_mmc_init(mmc); | 230 | twl4030_mmc_init(mmc); |
230 | overo_flash_init(); | 231 | overo_flash_init(); |
232 | usb_musb_init(); | ||
231 | 233 | ||
232 | if ((gpio_request(OVERO_GPIO_W2W_NRESET, | 234 | if ((gpio_request(OVERO_GPIO_W2W_NRESET, |
233 | "OVERO_GPIO_W2W_NRESET") == 0) && | 235 | "OVERO_GPIO_W2W_NRESET") == 0) && |