aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHuang Shijie <b32955@freescale.com>2010-11-01 11:02:05 +0800
committerHuang Shijie <b32955@freescale.com>2010-11-05 10:03:34 +0800
commit88ff7c86cb6a73ec22936b07b830f7e6c5aaf585 (patch)
treef5416d8f07ba89237af9d41abd6850ea4c6e0845
parentc2014b756f5646e3caa9f6c96031faf370d0dfd1 (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 922fa4ef129..e47996babd4 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,}
};