Re: [U-Boot] [PATCH] wandboard: Make Ethernet functional again

2016-11-06 Thread Fabio Estevam
Hi Tom, On Tue, Nov 1, 2016 at 2:58 PM, Fabio Estevam wrote: > Since commit ce412b79e7255770 ("drivers: net: phy: atheros: add separate > config for AR8031") ethernet does not work on mx6sabresd. > > This commit correctly assigns ar8031_config() as the configuration >

Re: [U-Boot] [PATCH] wandboard: Make Ethernet functional again

2016-11-01 Thread Joe Hershberger
On Tue, Nov 1, 2016 at 11:58 AM, Fabio Estevam wrote: > Since commit ce412b79e7255770 ("drivers: net: phy: atheros: add separate > config for AR8031") ethernet does not work on mx6sabresd. > > This commit correctly assigns ar8031_config() as the configuration > function for

[U-Boot] [PATCH] wandboard: Make Ethernet functional again

2016-11-01 Thread Fabio Estevam
Since commit ce412b79e7255770 ("drivers: net: phy: atheros: add separate config for AR8031") ethernet does not work on mx6sabresd. This commit correctly assigns ar8031_config() as the configuration function for AR8031 in the same way as done in the Linux kernel. However, on wandboard design we