ehci-mx5/6: Make board_ehci_hcd_init() optional
[platform/kernel/u-boot.git] / drivers / usb / host / ehci-mx6.c
index 9ce25da..1b20e41 100644 (file)
@@ -159,6 +159,11 @@ static void usbh1_oc_config(void)
        __raw_writel(val, usbother_base + USB_H1_CTRL_OFFSET);
 }
 
+int __weak board_ehci_hcd_init(int port)
+{
+       return 0;
+}
+
 int ehci_hcd_init(int index, struct ehci_hccr **hccr, struct ehci_hcor **hcor)
 {
        struct usb_ehci *ehci;