]> Pileus Git - ~andy/linux/blobdiff - drivers/usb/host/ehci-omap.c
USB: EHCI: Don't use NO_IRQ in xilinx ehci driver
[~andy/linux] / drivers / usb / host / ehci-omap.c
index 568cefbd63a2a58bbd787141e2294ff1d7805ba7..bba9850f32f09f78c668a04d2d024d99d3320857 100644 (file)
@@ -226,6 +226,8 @@ static int ehci_hcd_omap_probe(struct platform_device *pdev)
        /* cache this readonly data; minimize chip reads */
        omap_ehci->hcs_params = readl(&omap_ehci->caps->hcs_params);
 
+       ehci_reset(omap_ehci);
+
        ret = usb_add_hcd(hcd, irq, IRQF_SHARED);
        if (ret) {
                dev_err(dev, "failed to add hcd with err %d\n", ret);