commit | ef89a8801321e0d0665c327c9d77d602ef764c87 | [log] [tgz] |
---|---|---|
author | Karl Beldan <karl.beldan@gmail.com> | Mon Sep 15 14:37:29 2008 +0200 |
committer | David Woodhouse <David.Woodhouse@intel.com> | Tue Sep 16 08:18:12 2008 -0700 |
tree | d28c31ae81490f13df8805bbadbd1dfbbfecc98b | |
parent | 8afbc114542a6810b0a2e658abda6e911121cd22 [diff] |
[MTD] [NAND] nand_base.c: reset chip first Some chips require a RESET after power-up (e.g. Micron MT29FxGxxxxx). The first command sent is NAND_CMD_READID. Issue a NAND_CMD_RESET in nand_scan_ident before reading the device id. Tested with an MT29F4G08AAC. Signed-off-by: Karl Beldan <karl.beldan@gmail.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>