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>
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
#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 = {
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);