commit | ffcef2fabd8841f890944d10e23d4ba6f32803a3 | [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 | 27cea50fc0d4d08c333d4bda2c4b4278c9deabf1 [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>