]> Pileus Git - ~andy/linux/blobdiff - drivers/usb/early/ehci-dbgp.c
USB: echi-dbgp: increase the controller wait time to come out of halt.
[~andy/linux] / drivers / usb / early / ehci-dbgp.c
index 1fc8f1249806ab964645b5395e2f2d099a80a757..347bb058e1eeba2a161c7a528985bef51b84e221 100644 (file)
@@ -450,7 +450,7 @@ static int dbgp_ehci_startup(void)
        writel(FLAG_CF, &ehci_regs->configured_flag);
 
        /* Wait until the controller is no longer halted */
-       loop = 10;
+       loop = 1000;
        do {
                status = readl(&ehci_regs->status);
                if (!(status & STS_HALT))