X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fatheros%2Fpatches-3.10%2F105-ar2315_pci.patch;h=7108d6c75f87360b02d9e622b849a9a08ca9022c;hb=08bd449e86479b6d2de5a00dc9314047f022d80e;hp=7a9714f3fa499b8ae989a88c286e9a8959f5ce89;hpb=37006f3b3756c398114c8081bc6187dd494e84a6;p=openwrt-github%2F.git diff --git a/target/linux/atheros/patches-3.10/105-ar2315_pci.patch b/target/linux/atheros/patches-3.10/105-ar2315_pci.patch index 7a9714f3fa..7108d6c75f 100644 --- a/target/linux/atheros/patches-3.10/105-ar2315_pci.patch +++ b/target/linux/atheros/patches-3.10/105-ar2315_pci.patch @@ -198,11 +198,11 @@ + set_io_port_base(ar231x_pci_controller.io_map_base); /* PCI I/O space*/ + + reg = ar231x_mask_reg(AR2315_RESET, 0, AR2315_RESET_PCIDMA); -+ msleep(10); ++ msleep(20); + + reg &= ~AR2315_RESET_PCIDMA; + ar231x_write_reg(AR2315_RESET, reg); -+ msleep(10); ++ msleep(20); + + ar231x_mask_reg(AR2315_ENDIAN_CTL, 0, + AR2315_CONFIG_PCIAHB | AR2315_CONFIG_PCIAHB_BRIDGE);