ar71xx: fix MAC/MDIO reset mask handling
SVN-Revision: 27894
This commit is contained in:
parent
353639cdd9
commit
500c3a1475
1 changed files with 2 additions and 2 deletions
|
@ -452,9 +452,9 @@ static void ag71xx_hw_init(struct ag71xx *ag)
|
|||
ag71xx_sb(ag, AG71XX_REG_MAC_CFG1, MAC_CFG1_SR);
|
||||
udelay(20);
|
||||
|
||||
ar71xx_device_stop(pdata->reset_bit);
|
||||
ar71xx_device_stop(reset_mask);
|
||||
mdelay(100);
|
||||
ar71xx_device_start(pdata->reset_bit);
|
||||
ar71xx_device_start(reset_mask);
|
||||
mdelay(200);
|
||||
|
||||
/* setup MAC configuration registers */
|
||||
|
|
Loading…
Reference in a new issue