]> git.sur5r.net Git - u-boot/commit
net: pch_gbe: Reset during probe
authorPaul Burton <paul.burton@imgtec.com>
Sun, 30 Apr 2017 19:57:05 +0000 (21:57 +0200)
committerJoe Hershberger <joe.hershberger@ni.com>
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 <paul.burton@imgtec.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
drivers/net/pch_gbe.c