Home
last modified time | relevance | path

Searched hist:"306 dd7dabd6472b8b66ab5106d5a6a516ef15d79" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/net/
H A Dfec_mxc.c306dd7dabd6472b8b66ab5106d5a6a516ef15d79 Tue Jun 27 13:23:16 UTC 2017 Lothar Waßmann <LW@KARO-electronics.de> net: fec_mxc: fix PHY initialization bug with CONFIG_DM_ETH

When CONFIG_DM_ETH is set, the FEC ethernet controller is reset after
the PHY has been set up and initialzed. This breaks the communication
with the PHY and results in an inoperable ethernet interface.

Do the initialization with CONFIG_DM_ETH in the same order as with
legacy ETH support to fix this.

Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>