]> git.sur5r.net Git - u-boot/commit
net: zynq_gem: Dont run any phy detection logic for GMII case
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Tue, 20 Feb 2018 06:26:19 +0000 (11:56 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 23 Mar 2018 08:34:42 +0000 (09:34 +0100)
commitd77081cf50489a441739481e096411858c632276
tree5bd4f8df4528bdbeacae44dd4a8ae4e81993d2bf
parent51916864b31f35853c2c6bf94f4dc89a311ee8f1
net: zynq_gem: Dont run any phy detection logic for GMII case

This patch bypasses phy detection logic for GMII interface
and just depend on phy address received from DT. This patch
is required as phy detection logic is different for some phys
like xilinx phy which can be connected over SGMII and GMII
interface.
This fixes the issue of ethernet failures when xilinx phy is
connected over GMII interface.

Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
drivers/net/zynq_gem.c