summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHuang Shijie <b32955@freescale.com>2010-11-01 11:02:05 +0800
committerScott Sweeny <scott.sweeny@timesys.com>2011-01-19 11:50:18 -0500
commit61842fd3ad23191431d3cfcc739b1fad56b02207 (patch)
treef5416d8f07ba89237af9d41abd6850ea4c6e0845
parent858cd7b4aad42aa7df3522dd8ef822b0088e8afc (diff)
ENGR00133178-3 NAND : add ID infomation for ONFI nand
add the necessary id infomation for the MICRON ONFI nand. Signed-off-by: Huang Shijie <b32955@freescale.com>
-rw-r--r--drivers/mtd/nand/nand_ids.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/nand/nand_ids.c b/drivers/mtd/nand/nand_ids.c
index 922fa4ef1293..e47996babd49 100644
--- a/drivers/mtd/nand/nand_ids.c
+++ b/drivers/mtd/nand/nand_ids.c
@@ -129,6 +129,7 @@ struct nand_flash_dev nand_flash_ids[] = {
BBT_AUTO_REFRESH
},
+ {"ONFI NAND 3,3V 8-bit", 0x88, 8192, 2048, 0, 0 /*LP_OPTIONS*/ },
{NULL,}
};