ar71xx: increase the delay after the ethernet MAC reset
authorFelix Fietkau <nbd@openwrt.org>
Wed, 20 Jul 2011 12:04:25 +0000 (12:04 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 20 Jul 2011 12:04:25 +0000 (12:04 +0000)
SVN-Revision: 27701

target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_main.c

index de7f9b5173c82c94d7fa723c0525369db4cf45de..f0f4d2370a9fafb9c99c137e2dbdff04282ab0bb 100644 (file)
@@ -433,7 +433,7 @@ static void ag71xx_hw_init(struct ag71xx *ag)
        ar71xx_device_stop(pdata->reset_bit);
        mdelay(100);
        ar71xx_device_start(pdata->reset_bit);
-       mdelay(100);
+       mdelay(200);
 
        /* setup MAC configuration registers */
        ag71xx_wr(ag, AG71XX_REG_MAC_CFG1, MAC_CFG1_INIT);