]> code.ossystems Code Review - bsp/u-boot.git/commit
mx6sabreauto: Make Ethernet functional again
authorFabio Estevam <fabio.estevam@nxp.com>
Wed, 12 Jul 2017 20:08:32 +0000 (17:08 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 13 Jul 2017 15:12:03 +0000 (12:12 -0300)
commit801fd445636a6d136ffb1a991245e183643a8934
tree941f248b3a603ecd885ee72bbf02d083a0ec8429
parent8ccb1970b8731c2e8bd26f0c68ca04b9cc9008dc
mx6sabreauto: Make Ethernet functional again

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.

However, on mx6sabreauto design we need some additional configurations,
such as enabling the 125 MHz AR8031 output and setting the TX clock
delay that need to be done in the board file.

This is the equivalent fix from commit 4b6035da482c ("mx6sabresd: Make
Ethernet functional again").

Reported-by: Miquel RAYNAL <miquel.raynal@free-electrons.com>
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
board/freescale/mx6sabreauto/mx6sabreauto.c