Re: [U-Boot] [PATCH] net: sun8i_emac: Test the correct phy

2019-07-22 Thread Joe Hershberger
On Fri, Jul 19, 2019 at 3:27 PM Emmanuel Vadot wrote: > > H3/H5 can either use the internal phy or an external one. > Before getting clock and resets for the internal phy, > test that we are using it because otherwise it break emac > when using an external phy. > > Tested-on: OrangePi PC2 (H5) > F

[U-Boot] [PATCH] net: sun8i_emac: Test the correct phy

2019-07-19 Thread Emmanuel Vadot
H3/H5 can either use the internal phy or an external one. Before getting clock and resets for the internal phy, test that we are using it because otherwise it break emac when using an external phy. Tested-on: OrangePi PC2 (H5) Fixes: 2348453c41 (net: sun8i_emac: Add EPHY CLK and RESET support) Sig