]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cm-t35: fix Ethernet reset timing
authorIgor Grinberg <grinberg@compulab.co.il>
Mon, 2 Apr 2012 20:12:58 +0000 (20:12 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Mon, 16 Apr 2012 12:47:58 +0000 (14:47 +0200)
commit07277e740ba9422f603bbcd97d5a9ab5731fe06d
tree17659f64bf68a9bbe094a33b571fc47d43d7b307
parent385488dc1b20e55739cfdecdce20319a60dbad44
cm-t35: fix Ethernet reset timing

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 <grinberg@compulab.co.il>
board/cm_t35/cm_t35.c