summaryrefslogtreecommitdiffstats
path: root/include/usb.h
diff options
context:
space:
mode:
authorIlya Yanok <ilya.yanok@cogentembedded.com>2012-11-06 13:48:22 +0000
committerMarek Vasut <marex@denx.de>2012-11-20 00:16:06 +0100
commit37931f02c291a097f3012e66a1de440f6ed00753 (patch)
treeed27dc2c7dece19c3d20edcee93b33c2d7a76809 /include/usb.h
parenteb81955bf0e34aeb33930cd4b2f63aa05c791fef (diff)
downloadblackbird-obmc-uboot-37931f02c291a097f3012e66a1de440f6ed00753.tar.gz
blackbird-obmc-uboot-37931f02c291a097f3012e66a1de440f6ed00753.zip
musb-new: dsps backend driver
Backend driver for MUSB OTG controllers found on TI AM33xx and TI81xx SoCs (tested with AM33xx only). Signed-off-by: Ilya Yanok <ilya.yanok@cogentembedded.com>
Diffstat (limited to 'include/usb.h')
-rw-r--r--include/usb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/usb.h b/include/usb.h
index 4689db624d..aa389e6c81 100644
--- a/include/usb.h
+++ b/include/usb.h
@@ -147,7 +147,8 @@ struct usb_device {
defined(CONFIG_USB_SL811HS) || defined(CONFIG_USB_ISP116X_HCD) || \
defined(CONFIG_USB_R8A66597_HCD) || defined(CONFIG_USB_DAVINCI) || \
defined(CONFIG_USB_OMAP3) || defined(CONFIG_USB_DA8XX) || \
- defined(CONFIG_USB_BLACKFIN) || defined(CONFIG_USB_AM35X)
+ defined(CONFIG_USB_BLACKFIN) || defined(CONFIG_USB_AM35X) || \
+ defined(CONFIG_USB_MUSB_DSPS)
int usb_lowlevel_init(int index, void **controller);
int usb_lowlevel_stop(int index);
OpenPOWER on IntegriCloud