summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorPaul Gibson <paul.gibson2074@gmail.com>2009-09-16 10:05:00 +1000
committerTom Rix <Tom.Rix@windriver.com>2009-10-03 09:04:31 -0500
commit60985271865c25cda9f580c697762b37955b3fe6 (patch)
treef2e78aa8b88132151c7757d4feafab125563e4da /drivers
parent86f6fc330dcdf049b8f04ba0df35273df5e81c5b (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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/nand/mpc5121_nfc.c b/drivers/mtd/nand/mpc5121_nfc.c
index 856cb36c0c..7fd8a35479 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: