summaryrefslogtreecommitdiff
path: root/drivers/serial
diff options
context:
space:
mode:
authorTom Rix <Tom.Rix@windriver.com>2009-10-31 17:37:41 (GMT)
committerRemy Bohmer <linux@bohmer.net>2009-12-20 11:47:37 (GMT)
commitf298e4b6dd56df3e35a13a6ddd572ca3baf06ad2 (patch)
treedf52bb5df9b9d717e1927bd652b8cdcc04d35f59 /drivers/serial
parentbffbb2a86d2a3aa28bd8f9869aa553082fb5af5f (diff)
downloadu-boot-fsl-qoriq-f298e4b6dd56df3e35a13a6ddd572ca3baf06ad2.tar.xz
OMAP3 Add usb device support
This change adds the usb device support for musb. Omap3 platform support added at the same level as davinci. The interface for usbtty to use the musb device support was added. Verified on omap3 beagle, zoom1 and zoom2. Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
Diffstat (limited to 'drivers/serial')
-rw-r--r--drivers/serial/usbtty.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/serial/usbtty.h b/drivers/serial/usbtty.h
index f746d63..6b6c4a1 100644
--- a/drivers/serial/usbtty.h
+++ b/drivers/serial/usbtty.h
@@ -29,6 +29,8 @@
#include <usb/mpc8xx_udc.h>
#elif defined(CONFIG_OMAP1510)
#include <usb/omap1510_udc.h>
+#elif defined(CONFIG_MUSB_UDC)
+#include <usb/musb_udc.h>
#elif defined(CONFIG_PXA27X)
#include <usb/pxa27x_udc.h>
#endif