]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
OMAP3 EVM: add usb support
authorSteve Sakoman <steve@sakoman.com>
Mon, 28 Apr 2008 23:28:09 +0000 (16:28 -0700)
committerTony Lindgren <tony@atomide.com>
Fri, 2 May 2008 23:02:27 +0000 (16:02 -0700)
Add USB support for OMAP3 EVM

Signed-off-by: Steve Sakoman <steve@sakoman.com>
Acked-by: Syed Mohammed Khasim <khasim@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/Makefile
arch/arm/mach-omap2/board-omap3evm.c

index 2124f0944972885259dc568a206ea4da2ede7b65..3b8d194b0225e6bdca8070352b3b71d9a218a0cd 100644 (file)
@@ -38,7 +38,8 @@ obj-$(CONFIG_MACH_OMAP_3430SDP)               += board-3430sdp.o \
                                           usb-ehci.o \
                                           board-3430sdp-flash.o
 obj-$(CONFIG_MACH_OMAP3EVM)            += board-omap3evm.o \
-                                          hsmmc.o
+                                          hsmmc.o \
+                                          usb-musb.o usb-ehci.o
 obj-$(CONFIG_MACH_OMAP3_BEAGLE)                += board-omap3beagle.o \
                                           usb-musb.o usb-ehci.o \
                                           hsmmc.o
index 19cd8e1a62bd7b06df5b3d3766e198d892db40e8..5fafcdb0e3db857a3e3bd4609070241e249a5519 100644 (file)
@@ -28,6 +28,8 @@
 #include <asm/arch/gpio.h>
 #include <asm/arch/board.h>
 #include <asm/arch/hsmmc.h>
+#include <asm/arch/usb-musb.h>
+#include <asm/arch/usb-ehci.h>
 #include <asm/arch/common.h>
 
 static struct omap_uart_config omap3_evm_uart_config __initdata = {
@@ -67,6 +69,8 @@ static void __init omap3_evm_init(void)
        omap_board_config_size = ARRAY_SIZE(omap3_evm_config);
        omap_serial_init();
        hsmmc_init();
+       usb_musb_init();
+       usb_ehci_init();
 }
 
 arch_initcall(omap3_evm_i2c_init);