diff options
author | Keshava Munegowda <keshava_mgowda@ti.com> | 2011-03-01 14:38:18 (GMT) |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2011-03-01 15:02:29 (GMT) |
commit | 2236396d4d23828a0875a4d447103d0ab48aed0b (patch) | |
tree | 73ef87ca6ba9abdc6c57599c4c91bac12abe91a1 /arch/arm/plat-omap | |
parent | 17cdd29d6e1ab4164c792d78c6f096fbafb94e3f (diff) | |
download | linux-2236396d4d23828a0875a4d447103d0ab48aed0b.tar.xz |
arm: omap: usb: usbhs core device initialization
A new usbhs platform device is defined;
this device will be the parent device of ehci and
ohci platform devices. the usbhs_init function
is defined which does the usbhs device initialization
and I/O mux of ehci and ohci.
Signed-off-by: Keshava Munegowda <keshava_mgowda@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'arch/arm/plat-omap')
-rw-r--r-- | arch/arm/plat-omap/include/plat/usb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/plat/usb.h b/arch/arm/plat-omap/include/plat/usb.h index 5dd2776..4c8bdb8 100644 --- a/arch/arm/plat-omap/include/plat/usb.h +++ b/arch/arm/plat-omap/include/plat/usb.h @@ -102,6 +102,8 @@ extern void usb_ehci_init(const struct usbhs_omap_board_data *pdata); extern void usb_ohci_init(const struct usbhs_omap_board_data *pdata); +extern void usbhs_init(const struct usbhs_omap_board_data *pdata); + extern int omap_usbhs_enable(struct device *dev); extern void omap_usbhs_disable(struct device *dev); |