diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-06-17 21:33:58 +0200 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-07-21 17:39:38 -0600 |
commit | 09e7ea47e7a8c45391243a817efdfcfefd76bd68 (patch) | |
tree | 27c82b6ae348de7662150d2faf06443ebd821d7f /drivers/usb/musb-new/musb_uboot.h | |
parent | fc85d39e7906ab3d6fb21e41e8f35c03b0118290 (diff) | |
download | u-boot-imx-09e7ea47e7a8c45391243a817efdfcfefd76bd68.zip u-boot-imx-09e7ea47e7a8c45391243a817efdfcfefd76bd68.tar.gz u-boot-imx-09e7ea47e7a8c45391243a817efdfcfefd76bd68.tar.bz2 |
musb: Add device-model support to the musb-host u-boot glue
Add device-model support to the musb-host u-boot glue, note this only
adds device-model support to the musb-core glue code, it does not add
support for device-model to any of the SoC specific musb glue code.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/usb/musb-new/musb_uboot.h')
-rw-r--r-- | drivers/usb/musb-new/musb_uboot.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/usb/musb-new/musb_uboot.h b/drivers/usb/musb-new/musb_uboot.h index 69b7977..6312cd2 100644 --- a/drivers/usb/musb-new/musb_uboot.h +++ b/drivers/usb/musb-new/musb_uboot.h @@ -21,4 +21,8 @@ struct musb_host_data { struct urb urb; }; +extern struct dm_usb_ops musb_usb_ops; + +int musb_lowlevel_init(struct musb_host_data *host); + #endif |