ar71xx: increase the delay after the ethernet MAC reset
SVN-Revision: 27701
This commit is contained in:
parent
255dcaa3a6
commit
e7ab000008
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue