bugfix: Guruplug: Use standard miiphy
authorMahavir Jain <[mjain@marvell.com]>
Fri, 21 May 2010 09:07:48 +0000 (14:37 +0530)
committerWolfgang Denk <wd@denx.de>
Fri, 21 May 2010 20:30:14 +0000 (22:30 +0200)
commit3f786bb8542ee85ea898152b40b1f0d98f0801df
tree3df5b6fd6766bacf1245219ab4703b8dbb6a8dc2
parent8b79f2ce80d62e92d11ca90e472f240305e14f1f
bugfix: Guruplug: Use standard miiphy

call to reset PHY chip.

Current PHY Software Reset operation in guruplug does not
poll reset bit in control register to go to 0(auto clearing)
for making sure reset was successful.This patch uses standard
miiphy call miiphy_reset to make sure proper PHY reset operation.

Signed-off-by: Mahavir Jain <mjain@marvell.com>
board/Marvell/guruplug/guruplug.c