1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-02 16:06:02 +03:00

ar71xx: increase the delay after the ethernet MAC reset

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27701 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2011-07-20 12:04:25 +00:00
parent db4cd49d62
commit 9dfcd7e5e2

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