Re: [U-Boot] [PATCH v2 5/7] include/net.h: add max_speed member in struct eth_pdata

2016-01-27 Thread Joe Hershberger
On Wed, Jan 13, 2016 at 7:59 AM, Alexey Brodkin wrote: > This will be used for getting max speed mode of Ethernet interface that > a particular MAC supports from Device Tree blob and later being used for > phy configuration. > > Signed-off-by: Alexey Brodkin

[U-Boot] [PATCH v2 5/7] include/net.h: add max_speed member in struct eth_pdata

2016-01-13 Thread Alexey Brodkin
This will be used for getting max speed mode of Ethernet interface that a particular MAC supports from Device Tree blob and later being used for phy configuration. Signed-off-by: Alexey Brodkin Cc: Joe Hershberger --- Changes v1 -> v2: No