Re: [U-Boot] [PATCH 02/10] net: mvpp2x: fix phy connected to wrong mdio issue

2017-08-08 Thread Joe Hershberger
On Wed, Jun 21, 2017 at 3:31 AM, wrote: > From: Stefan Chulski > > This WA for mdio issue. U-boot 2017 don't have mdio driver > and on MACHIATOBin board ports from CP1 connected to mdio on > CP0. WA is to get mdio address from phy handler parent base

[U-Boot] [PATCH 02/10] net: mvpp2x: fix phy connected to wrong mdio issue

2017-06-21 Thread stefanc
From: Stefan Chulski This WA for mdio issue. U-boot 2017 don't have mdio driver and on MACHIATOBin board ports from CP1 connected to mdio on CP0. WA is to get mdio address from phy handler parent base address. WA should be removed after mdio driver implementation.