Home
last modified time | relevance | path

Searched hist:"4 b6035da482cccda06aeb419634f99937c9fc783" (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/board/tbs/tbs2910/
H A Dtbs2910.c84a62ca85d559c94779e985ea5e071aec3395bc5 Sun Nov 27 15:02:19 UTC 2016 Soeren Moch <smoch@web.de> tbs2910: Make Ethernet functional again

Configure the PHY to output a 125MHz clk from CLK_25M and set tx clock delay.
This patch is similar to commit 4b6035da482cccda06aeb419634f99937c9fc783
("mx6sabresd: Make Ethernet functional again").

Signed-off-by: Soeren Moch <smoch@web.de>
/rk3399_rockchip-uboot/board/freescale/mx6sabresd/
H A Dmx6sabresd.c4b6035da482cccda06aeb419634f99937c9fc783 Mon Oct 24 12:22:06 UTC 2016 Fabio Estevam <fabio.estevam@nxp.com> mx6sabresd: 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 mx6sabresd 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>