Skip to content
Snippets Groups Projects
Commit d3f49418 authored by Paul Gibson's avatar Paul Gibson Committed by Wolfgang Denk
Browse files

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.
parent b55ae402
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment