]> git.sur5r.net Git - u-boot/blobdiff - board/compulab/cm_t35/cm_t35.c
usb: new board-specific USB init interface
[u-boot] / board / compulab / cm_t35 / cm_t35.c
index 3caa5be8455677bd0c5f5e4ef5b74dc1b9e74597..7626abc02e67f7a0cd82a8591af01fb34d0881f9 100644 (file)
@@ -591,7 +591,7 @@ int ehci_hcd_init(int index, struct ehci_hccr **hccr, struct ehci_hcor **hcor)
        twl4030_i2c_write_u8(TWL4030_CHIP_GPIO, offset, 0xC0);
        udelay(1);
 
-       return omap_ehci_hcd_init(&usbhs_bdata, hccr, hcor);
+       return omap_ehci_hcd_init(index, &usbhs_bdata, hccr, hcor);
 }
 
 int ehci_hcd_stop(void)