commit | 33efde5ecac91ab118ff00b95a181fd6d75f8645 | [log] [tgz] |
---|---|---|
author | Karl Beldan <karl.beldan@gmail.com> | Mon Sep 15 16:08:03 2008 +0200 |
committer | Scott Wood <scottwood@freescale.com> | Wed Oct 29 10:42:17 2008 -0500 |
tree | 20833698e05baa1df329358a0df5bfa828dbfd1d | |
parent | c45912d8abc52de796b9059a58faf7c4166eab58 [diff] |
NAND: Reset chip on power-up 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: Scott Wood <scottwood@freescale.com>