ab57225e7f883fdd6c3f1ee5d3007c7722f6932b
[lede.git] / target / linux / brcm47xx / patches-3.2 / 976-ssb_increase_pci_delay.patch
1 --- a/drivers/ssb/driver_pcicore.c
2 +++ b/drivers/ssb/driver_pcicore.c
3 @@ -373,7 +373,7 @@ static void __devinit ssb_pcicore_init_h
4         set_io_port_base(ssb_pcicore_controller.io_map_base);
5         /* Give some time to the PCI controller to configure itself with the new
6          * values. Not waiting at this point causes crashes of the machine. */
7 -       mdelay(10);
8 +       mdelay(300);
9         register_pci_controller(&ssb_pcicore_controller);
10  }
11