summaryrefslogtreecommitdiffstats
path: root/include/usb.h
diff options
context:
space:
mode:
authorIlya Yanok <ilya.yanok@cogentembedded.com>2012-11-06 13:48:29 +0000
committerMarek Vasut <marex@denx.de>2012-11-20 00:16:08 +0100
commit673a524b6a71a7ab74a48b75728307b1a5303587 (patch)
tree9808cfb258a3ac30d4741fd7c5a5c1b3c60fdb7a /include/usb.h
parent88919ff7bf4d848ae0bb6dab933cc81bb24abc93 (diff)
downloadtalos-obmc-uboot-673a524b6a71a7ab74a48b75728307b1a5303587.tar.gz
talos-obmc-uboot-673a524b6a71a7ab74a48b75728307b1a5303587.zip
musb-new: omap2plus backend driver
Backend driver for MUSB OTG controllers found on TI OMAP2/3/4 (tested only on OMAP3 Beagle). 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 bf510e4ff3..8d8a2c9b9d 100644
--- a/include/usb.h
+++ b/include/usb.h
@@ -148,7 +148,8 @@ struct usb_device {
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_MUSB_DSPS) || defined(CONFIG_USB_MUSB_AM35X)
+ defined(CONFIG_USB_MUSB_DSPS) || defined(CONFIG_USB_MUSB_AM35X) || \
+ defined(CONFIG_USB_MUSB_OMAP2PLUS)
int usb_lowlevel_init(int index, void **controller);
int usb_lowlevel_stop(int index);
OpenPOWER on IntegriCloud