summaryrefslogtreecommitdiff
path: root/drivers/usb/usb_ehci_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/usb_ehci_core.c')
-rw-r--r--drivers/usb/usb_ehci_core.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/usb/usb_ehci_core.c b/drivers/usb/usb_ehci_core.c
index 28962fa02..2f38f3388 100644
--- a/drivers/usb/usb_ehci_core.c
+++ b/drivers/usb/usb_ehci_core.c
@@ -691,6 +691,11 @@ int usb_lowlevel_init(void)
if (ehci_reset() != 0)
return -1;
+#if defined(CONFIG_EHCI_HCD_INIT_AFTER_RESET)
+ if (ehci_hcd_init() != 0)
+ return -1;
+#endif
+
/* Set head of reclaim list */
memset(&qh_list, 0, sizeof(qh_list));
qh_list.qh_link = cpu_to_hc32((uint32_t)&qh_list | QH_LINK_TYPE_QH);