Re: [U-Boot] [PATCH] net: mvgbe: fallback phy-mode to GMII

2019-01-22 Thread Joe Hershberger
On Tue, Dec 4, 2018 at 12:55 AM Chris Packham wrote: > > Some existing device trees don't specify a phy-mode so fallback to GMII > when a phy-mode is not provided. > > Signed-off-by: Chris Packham Acked-by: Joe Hershberger ___ U-Boot mailing list U-Bo

Re: [U-Boot] [PATCH] net: mvgbe: fallback phy-mode to GMII

2018-12-04 Thread Stefan Roese
On 04.12.18 07:54, Chris Packham wrote: Some existing device trees don't specify a phy-mode so fallback to GMII when a phy-mode is not provided. Signed-off-by: Chris Packham --- This is similar to what the Linux mv643xx_eth.c network driver does to handle the same case. drivers/net/mvgbe.c |

[U-Boot] [PATCH] net: mvgbe: fallback phy-mode to GMII

2018-12-03 Thread Chris Packham
Some existing device trees don't specify a phy-mode so fallback to GMII when a phy-mode is not provided. Signed-off-by: Chris Packham --- This is similar to what the Linux mv643xx_eth.c network driver does to handle the same case. drivers/net/mvgbe.c | 6 ++ 1 file changed, 2 insertions(+),