]> git.ipfire.org Git - people/ms/u-boot.git/commit
wandboard: Make Ethernet functional again
authorFabio Estevam <fabio.estevam@nxp.com>
Tue, 1 Nov 2016 16:58:16 +0000 (14:58 -0200)
committerTom Rini <trini@konsulko.com>
Sun, 6 Nov 2016 12:40:40 +0000 (07:40 -0500)
commitdac09fc10b71045ac261a9b8a05d34029ebec2ae
tree00c5f8b5630d8c5baed413c314f1ae2bd3e1639a
parent0f7c6cdc8143d6cf0577a84bf27bdaadd6229ff4
wandboard: Make Ethernet functional again

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 need some additional configuration,
such as enabling the 125 MHz AR8031 output that needs to be done
in the board file.

This also aligns with the same method that the kernel performs
the AR8031 fixup in arch/arm/mach-imx/mach-imx6q.c.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
board/wandboard/wandboard.c