]> git.sur5r.net Git - u-boot/blobdiff - drivers/usb/host/xhci-omap.c
Merge git://git.denx.de/u-boot-usb
[u-boot] / drivers / usb / host / xhci-omap.c
index 3a5520838447d75102e383ffb771e5ab0cab6213..104e7a7282cf0b7787afac90ab5f8d1a7c55bfe2 100644 (file)
@@ -96,4 +96,5 @@ void xhci_hcd_stop(int index)
        struct omap_xhci *ctx = &omap;
 
        omap_xhci_core_exit(ctx);
+       board_usb_cleanup(index, USB_INIT_HOST);
 }