Re: [U-Boot] [PATCH] cm-t35: fix Ethernet reset timing

2012-04-03 Thread Tom Rini
On Tue, Apr 03, 2012 at 09:12:58AM +0300, Igor Grinberg wrote: > The reset_net_chip() function has wrong timings for the reset pulse. > > This appeared to work until: > 0607e2b (ARMV7: OMAP: Write more than 1 byte at a time in i2c_write) > > Fix the Ethernet support by introducing right timings.

[U-Boot] [PATCH] cm-t35: fix Ethernet reset timing

2012-04-02 Thread Igor Grinberg
The reset_net_chip() function has wrong timings for the reset pulse. This appeared to work until: 0607e2b (ARMV7: OMAP: Write more than 1 byte at a time in i2c_write) Fix the Ethernet support by introducing right timings. Signed-off-by: Igor Grinberg --- board/cm_t35/cm_t35.c | 11 ++