summaryrefslogtreecommitdiffstats
path: root/drivers/serial
diff options
context:
space:
mode:
authorVipin KUMAR <vipin.kumar@st.com>2010-01-15 19:15:47 +0530
committerTom Rix <Tom.Rix@windriver.com>2010-01-23 08:15:49 -0600
commit62db1c0d79f1fd75961eec81edc8c0a1bc1f09a6 (patch)
tree9bf2e1bd2fa4fb039e02bbc78f0ad2830f1a3a90 /drivers/serial
parent165fa406ad8c39c0c32a31476a8a9bda3db72851 (diff)
downloadtalos-obmc-uboot-62db1c0d79f1fd75961eec81edc8c0a1bc1f09a6.tar.gz
talos-obmc-uboot-62db1c0d79f1fd75961eec81edc8c0a1bc1f09a6.zip
SPEAr : usbd driver support for SPEAr SoCs
SPEAr SoCs contain a synopsys usb device controller. USB Device IP can work in 2 modes - DMA mode - Slave mode The driver adds support only for slave mode operation of usb device IP. This driver is used along with standard USBTTY driver to obtain a tty interface over USB on the host Signed-off-by: Vipin <vipin.kumar@st.com>
Diffstat (limited to 'drivers/serial')
-rwxr-xr-x[-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 6b6c4a1628..a23169a29d 100644..100755
--- a/drivers/serial/usbtty.h
+++ b/drivers/serial/usbtty.h
@@ -33,6 +33,8 @@
#include <usb/musb_udc.h>
#elif defined(CONFIG_PXA27X)
#include <usb/pxa27x_udc.h>
+#elif defined(CONFIG_SPEAR3XX) || defined(CONFIG_SPEAR600)
+#include <usb/spr_udc.h>
#endif
#include <version_autogenerated.h>
OpenPOWER on IntegriCloud