1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-20 06:28:12 +02:00

ar71xx: increase the delay after the ethernet MAC reset

SVN-Revision: 27701
This commit is contained in:
Felix Fietkau 2011-07-20 12:04:25 +00:00
parent 255dcaa3a6
commit e7ab000008

@ -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);