
22 Jun
2011
22 Jun
'11
9:24 p.m.
This patchset mainly fixes the ethernet reset sequence on the Rev G EVM board.
Function setup_net_chip() is required to detect the board revision. However, steps to reset the ethernet chip now depend upon the board revision.
Therefore, steps to reset the ethernet chip have been moved to a new function reset_net_chip() - called after board revision has been detected/ identified.
Sanjeev Premi (2): omap3evm: eth: split function setup_net_chip omap3evm: eth: Include functions only when necessary
Sriramakrishnan (1): omap3evm: Update ethernet reset sequence for Rev.G board
board/ti/evm/evm.c | 37 +++++++++++++++++++++++++++++-------- board/ti/evm/evm.h | 1 + 2 files changed, 30 insertions(+), 8 deletions(-)
--
1.7.2.2