DA8xx: Add MUSB host support

Tested USB host functionality on DA830 EVM.

Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
Signed-off-by: Swaminathan S <swami.iyer@ti.com>
This commit is contained in:
Ajay Kumar Gupta 2009-12-22 10:56:13 +05:30 committed by Remy Bohmer
parent 0b232310b2
commit 7359273d94
4 changed files with 244 additions and 1 deletions

View file

@ -132,7 +132,7 @@ struct usb_device {
defined(CONFIG_USB_EHCI) || defined(CONFIG_USB_OHCI_NEW) || \
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_OMAP3) || defined(CONFIG_USB_DA8XX)
int usb_lowlevel_init(void);
int usb_lowlevel_stop(void);