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

2017-07-13 Thread Diego Dorta
2017-07-12 18:31 GMT-03:00 Fabio Estevam : > From: Fabio Estevam > > Since commit ce412b79e7255770 ("drivers: net: phy: atheros: add separate > config for AR8031") Ethernet does not work on mx6sabreauto. > > This commit correctly assigns ar8031_config() as the configuration > function for AR8031 i

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

2017-07-13 Thread Diego Dorta
2017-07-12 18:31 GMT-03:00 Fabio Estevam : > From: Fabio Estevam > > Since commit ce412b79e7255770 ("drivers: net: phy: atheros: add separate > config for AR8031") Ethernet does not work on mx6sabreauto. > > This commit correctly assigns ar8031_config() as the configuration > function for AR8031 i

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

2017-07-13 Thread Diego Dorta
2017-07-12 18:31 GMT-03:00 Fabio Estevam : > From: Fabio Estevam > > Since commit ce412b79e7255770 ("drivers: net: phy: atheros: add separate > config for AR8031") Ethernet does not work on mx6sabreauto. > > This commit correctly assigns ar8031_config() as the configuration > function for AR8031 i

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

2017-07-12 Thread Fabio Estevam
From: Fabio Estevam Since commit ce412b79e7255770 ("drivers: net: phy: atheros: add separate config for AR8031") Ethernet does not work on mx6sabreauto. This commit correctly assigns ar8031_config() as the configuration function for AR8031 in the same way as done in the Linux kernel. Ho