]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/ti/panda/panda.c
usb: new board-specific USB init interface
[karo-tx-uboot.git] / board / ti / panda / panda.c
index bc3c29220e1c3f7420b7c79ce62cfc3e3c7066b0..3724e816c22fa2ba3a852dc8883363e04b1faee9 100644 (file)
@@ -279,7 +279,7 @@ int ehci_hcd_init(int index, struct ehci_hccr **hccr, struct ehci_hcor **hcor)
        utmi_clk |= HSUSBHOST_CLKCTRL_CLKSEL_UTMI_P1_MASK;
        sr32((void *)CM_L3INIT_HSUSBHOST_CLKCTRL, 0, 32, utmi_clk);
 
-       ret = omap_ehci_hcd_init(&usbhs_bdata, hccr, hcor);
+       ret = omap_ehci_hcd_init(index, &usbhs_bdata, hccr, hcor);
        if (ret < 0)
                return ret;