]> git.sur5r.net Git - u-boot/commit
da850: Add RMII support for EMAC
authorSudhakar Rajashekhara <sudhakar.raj@ti.com>
Thu, 18 Nov 2010 14:59:37 +0000 (09:59 -0500)
committerWolfgang Denk <wd@denx.de>
Thu, 9 Dec 2010 09:24:12 +0000 (10:24 +0100)
commitdf48676aea313fdaeef0b356dfde386b656e152d
treee7443ae1e0ef72c33dc9c63f6efdd6f520be3c4c
parentdfddb5e6ba2144610e83c6b516b14e33f82b0604
da850: Add RMII support for EMAC

This patch is a port of the work by Sudhakar Rajeshekhara in commit
ab3effbcad8851cc65dc5241a01c064d2030a3b2 of
git://arago-project.org/git/people/sandeep/u-boot-davinci.git.

The da850 UI board has on it an RMII PHY which can be used if the MDC line
to the MII PHY on the baseboard is disabled and the RMII PHY is enabled by
configuring the values of some GPIO pins on the IO expander of the UI board.
This patch implements disabling that line via GPIO2[6], configuring the UI
board's IO expander and setting only the pinmux settings that are needed for
RMII operation.

Tested on da850evm by adding a define for CONFIG_DRIVER_TI_EMAC_USE_RMII.

Signed-off-by: Sudhakar Rajashekhara <sudhakar.raj@ti.com>
Signed-off-by: Ben Gardiner <bengardiner@nanometrics.ca>
CC: Sandeep Paulraj <s-paulraj@ti.com>
CC: Ben Warren <biggerbadderben@gmail.com>
CC: Mike Frysinger <vapier@gentoo.org>
CC: Sughosh Ganu <urwithsughosh@gmail.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
arch/arm/include/asm/arch-davinci/da8xx_common.h
arch/arm/include/asm/arch-davinci/hardware.h
board/davinci/da8xxevm/common.c
board/davinci/da8xxevm/da850evm.c
drivers/net/davinci_emac.c
include/configs/da850evm.h