net: pch_gbe: Reset during probe
authorPaul Burton <[email protected]>
Sun, 30 Apr 2017 19:57:05 +0000 (21:57 +0200)
committerJoe Hershberger <[email protected]>
Fri, 2 Jun 2017 19:44:20 +0000 (14:44 -0500)
commit43979cbacb81a3211ea41d890152ec090578d37f
tree4f0e0bc13b8eb12740eba9eed71f93d04e1f7dd7
parentf0b94c4bcd6f6975c4f8826aaf015038a5555b83
net: pch_gbe: Reset during probe

Using the EG20T gigabit ethernet controller on the MIPS Boston board, we
find that we have to reset the controller in order for the RGMII link to
the PHY to become functional. Without doing so we constantly time out in
pch_gbe_mdio_ready.

Signed-off-by: Paul Burton <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Tested-by: Bin Meng <[email protected]>
Signed-off-by: Daniel Schwierzeck <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
drivers/net/pch_gbe.c