diff options
| author | Paul Gibson <[email protected]> | 2009-09-16 10:05:00 +1000 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2009-09-22 22:59:42 +0200 |
| commit | d3f4941874a20d8a390a36ba71335ae1db2f9ba0 (patch) | |
| tree | 625605210de3f1448b08793e54d02c412fbdf6b8 /drivers | |
| parent | b55ae40249545eabb9d6bfb850b1400a32561b1f (diff) | |
mpc512x. Micron nand flash needs a reset before a read command is issued.
Micron nand flash needs a reset before a read command is issued.
The current mpc5121_nfc driver ignores the reset command.
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/mtd/nand/mpc5121_nfc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/nand/mpc5121_nfc.c b/drivers/mtd/nand/mpc5121_nfc.c index 856cb36c0c5..7fd8a354791 100644 --- a/drivers/mtd/nand/mpc5121_nfc.c +++ b/drivers/mtd/nand/mpc5121_nfc.c @@ -334,6 +334,7 @@ static void mpc5121_nfc_command(struct mtd_info *mtd, unsigned command, case NAND_CMD_ERASE2: case NAND_CMD_READID: case NAND_CMD_STATUS: + case NAND_CMD_RESET: break; default: |
