diff options
author | Felipe Balbi <felipe.balbi@nokia.com> | 2009-03-24 01:34:06 (GMT) |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-03-24 01:51:24 (GMT) |
commit | 18cb7aca6f94357d78d99970ec0bd5933ac4495d (patch) | |
tree | 1aa3d785809dda5ca492c862868ac2704cc0b18f /arch/arm/mach-omap2/board-omap3beagle.c | |
parent | 828c707e6dbd0ca7882f721a466ff28729376ff0 (diff) | |
download | linux-18cb7aca6f94357d78d99970ec0bd5933ac4495d.tar.xz |
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-omap3beagle.c')
-rw-r--r-- | arch/arm/mach-omap2/board-omap3beagle.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach-omap2/board-omap3beagle.c index e3c8628..2f3d821 100644 --- a/arch/arm/mach-omap2/board-omap3beagle.c +++ b/arch/arm/mach-omap2/board-omap3beagle.c @@ -41,6 +41,7 @@ #include <mach/gpmc.h> #include <mach/nand.h> #include <mach/mux.h> +#include <mach/usb.h> #include "mmc-twl4030.h" @@ -313,6 +314,7 @@ static void __init omap3_beagle_init(void) /* REVISIT leave DVI powered down until it's needed ... */ gpio_direction_output(170, true); + usb_musb_init(); omap3beagle_flash_init(); } |