commit | a90b9575f3ff71de58672295504e9ebaa8f051b4 | [log] [tgz] |
---|---|---|
author | Aaron Williams <aaron.williams@caviumnetworks.com> | Tue Apr 12 00:59:04 2011 -0700 |
committer | Stefan Roese <sr@denx.de> | Thu Apr 21 15:51:49 2011 +0200 |
tree | 794208cfdf967e0e907baa185b5302472136d414 | |
parent | 5b448adb4b2f3244419de6409949a730771f8b21 [diff] |
cfi_flash driver - Add delay after reset command I ran into a problem where the reset was failing except when I enabled debugging support. After talking with Garret Swalling at Spansion I was told that the GL-N series of devices require a 500ns wait for the reset to complete. The below patch adds a 1us delay after all reset commands. -Aaron Williams Signed-off-by: Aaron Williams <aaron.williams@caviumnetworks.com> Signed-off-by: Stefan Roese <sr@denx.de>