commit | 7e35caf5bf3eeb874065d2288ab6d02464cb964c | [log] [tgz] |
---|---|---|
author | Martin Krause <martin.krause@tqs.de> | Thu Apr 03 13:37:56 2008 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Thu Apr 17 14:26:48 2008 -0700 |
tree | 20c07e83a61de971748e0cb29c91b3a77fbdd282 | |
parent | 4c63ad370aa8de2a46c35991975aea307381cfcf [diff] |
IDE: fix bug in reset sequence According to the ata (ata5) specification the RESET- signal shall be asserted for at least 25 us. Without this patch, the RESET- signal is asserted on some boards for only < 1 us (e. g. on the TQM5200). This patch adds a general delay of 25 us to the RESET- signal. Without this patch a Platinum 4 GiB CF card is not recognised properly on boards with a TQM5200 (STK52xx, TB5200). Signed-off-by: Martin Krause <martin.krause@tqs.de>