mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 22:59:40 +02:00
[adm8668] do not reset WAN and LAN blocks
This is taken care of by the tulip driver accordingly. Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34563 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
44afd30337
commit
2c4923e5d1
@ -8,20 +8,6 @@ static void adm8668_restart(char *cmd)
|
||||
{
|
||||
int i;
|
||||
|
||||
/* stop eth0 and eth1 */
|
||||
ADM8668_LAN_REG(NETCSR6) = (1 << 13) | (1 << 1);
|
||||
ADM8668_LAN_REG(NETCSR7) = 0;
|
||||
ADM8668_WAN_REG(NETCSR6) = (1 << 13) | (1 << 1);
|
||||
ADM8668_WAN_REG(NETCSR7) = 0;
|
||||
|
||||
/* reset PHY */
|
||||
ADM8668_WAN_REG(NETCSR37) = 0x20;
|
||||
for (i = 0; i < 10000; i++)
|
||||
;
|
||||
ADM8668_WAN_REG(NETCSR37) = 0;
|
||||
for (i = 0; i < 10000; i++)
|
||||
;
|
||||
|
||||
/* the real deal */
|
||||
for (i = 0; i < 1000; i++)
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user