From mboxrd@z Thu Jan 1 00:00:00 1970 From: sbabic at denx.de Date: Fri, 26 Apr 2019 09:45:48 +0000 (UTC) Subject: [U-Boot] [U-Boot, v1] colibri_vf: fix ethernet by adding explicit phy node In-Reply-To: <20190328222450.22308-1-marcel@ziswiler.com> Stefan Agner Message-ID: <20190426100824.43D53C21EE3@lists.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > From: Marcel Ziswiler > The implicit fallback mechanism for searching the whole MDIO bus for at > least one PHY has been gone with the following commit b882005a18de > ("drivers/net/fec: phy_init: remove redundant logic"). This lead to the > Ethernet driver erroring out as follows: > Net: Could not get PHY for FEC0: addr -19 > eth-1: fec at 400d1000 > Colibri VFxx # dhcp > Could not get PHY for FEC0: addr -19 > Could not get PHY for FEC0: addr -19 > Could not get PHY for FEC0: addr -19 > Could not get PHY for FEC0: addr -19 > No ethernet found. > Could not get PHY for FEC0: addr -19 > Colibri VFxx # > This commit adds an explicit PHY node which makes it work again. > Signed-off-by: Marcel Ziswiler > Reviewed-by: Hannes Schmelzer > Reviewed-by: Igor Opaniuk Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================