Re: [U-Boot] [PATCH] am335x_evm: Fix CPSW ethernet on GP EVM and EVM-SK

2013-02-19 Thread Tom Rini
On Tue, Feb 12, 2013 at 03:07:43PM -0500, Tom Rini wrote: In commit cfd4ff6 we implemented part of advisory 1.0.10 (internal delay for RGMII mode not supported). This in turn however requires that we set the tx clock delay feature in the PHY itself. Signed-off-by: Tom Rini tr...@ti.com

[U-Boot] [PATCH] am335x_evm: Fix CPSW ethernet on GP EVM and EVM-SK

2013-02-12 Thread Tom Rini
In commit cfd4ff6 we implemented part of advisory 1.0.10 (internal delay for RGMII mode not supported). This in turn however requires that we set the tx clock delay feature in the PHY itself. Signed-off-by: Tom Rini tr...@ti.com --- board/ti/am335x/board.c | 27 +++ 1