Re: [U-Boot] [PATCH 2/2] net: phy: micrel: Find Micrel PHY node correctly

2019-03-04 Thread Joe Hershberger
On Mon, Mar 4, 2019 at 11:47 AM James Byrne wrote: > > In some of the device trees that specify skew values for KSZ90x1 PHYs > the values are stored (incorrectly) in the MAC node, whereas in others > it is in an 'ethernet-phy' subnode. Previously the code would fail to > find and program these ske

[U-Boot] [PATCH 2/2] net: phy: micrel: Find Micrel PHY node correctly

2019-03-04 Thread James Byrne
In some of the device trees that specify skew values for KSZ90x1 PHYs the values are stored (incorrectly) in the MAC node, whereas in others it is in an 'ethernet-phy' subnode. Previously the code would fail to find and program these skew values, so this commit changes it to look for an "ethernet-p