]> git.sur5r.net Git - u-boot/blobdiff - drivers/pci/pcie_imx.c
dm: clk: add BCM6345 clock driver
[u-boot] / drivers / pci / pcie_imx.c
index c14bb0aa829d2a34e99afdfc54437e3eb4656f3f..732d59d711071df9d5155b51b4b02530c2924768 100644 (file)
@@ -595,7 +595,7 @@ static int imx_pcie_link_up(void)
        while (!imx6_pcie_link_up()) {
                udelay(10);
                count++;
-               if (count >= 2000) {
+               if (count >= 4000) {
 #ifdef CONFIG_PCI_SCAN_SHOW
                        puts("PCI:   pcie phy link never came up\n");
 #endif