]> git.sur5r.net Git - u-boot/commit
net: lpc32xx: add RMII phy mode support
authorVladimir Zapolskiy <vz@mleia.com>
Mon, 6 Jul 2015 04:22:11 +0000 (07:22 +0300)
committerJoe Hershberger <joe.hershberger@ni.com>
Tue, 11 Aug 2015 18:43:04 +0000 (13:43 -0500)
commit1a791892dcb5904c8b208535704714b07802e0b8
tree9090fa848633e940a5de22ea836c602f74f83694
parent23f5db0e26f0e6c25ba143e700b4812efdd5f941
net: lpc32xx: add RMII phy mode support

LPC32xx MAC and clock control configuration requires some minor quirks
to deal with a phy connected by RMII.

It's worth to mention that the kernel and legacy BSP from NXP sets
SUPP_RESET_RMII == (1 << 11) bit, however the description of this bit is
missing in shared LPC32x0 User Manual UM10326 Rev. 3, July 22, 2011
and in LPC32x0 Draft User Mannual Rev. 00.27, November 20, 2008, also
in my tests an SMSC LAN8700 phy device connected over RMII seems to
work correctly without touching this bit.

Add support of RMII, if CONFIG_RMII is defined, this option is aligned
with a number of boards, which already define the same config value.

Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Tested-by: Sylvain Lemieux <slemieux@tycoint.com>
arch/arm/cpu/arm926ejs/lpc32xx/devices.c
drivers/net/lpc32xx_eth.c