mtd: nand: add 512 Mbit device code (Macronix)

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Mon Jan 9 13:59:01 EST 2012


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=c01804edde20414b0cadbe38cc9974a54a31e36f
Commit:     c01804edde20414b0cadbe38cc9974a54a31e36f
Parent:     c1257b4798d48b73ad1a9ca359504cd49caefa0d
Author:     Brian Norris <computersforpeace at gmail.com>
AuthorDate: Wed Nov 2 13:34:43 2011 -0700
Committer:  David Woodhouse <David.Woodhouse at intel.com>
CommitDate: Mon Jan 9 17:59:44 2012 +0000

    mtd: nand: add 512 Mbit device code (Macronix)
    
    Macronix MX30LF1208AA is a 512 Mbit NAND with device code 0xF0.
    
    Signed-off-by: Brian Norris <computersforpeace at gmail.com>
    Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy at linux.intel.com>
    Signed-off-by: David Woodhouse <David.Woodhouse at intel.com>
---
 drivers/mtd/nand/nand_ids.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/drivers/mtd/nand/nand_ids.c b/drivers/mtd/nand/nand_ids.c
index 56c688d..af4fe8c 100644
--- a/drivers/mtd/nand/nand_ids.c
+++ b/drivers/mtd/nand/nand_ids.c
@@ -73,11 +73,12 @@ struct nand_flash_dev nand_flash_ids[] = {
 #define LP_OPTIONS (NAND_SAMSUNG_LP_OPTIONS | NAND_NO_READRDY | NAND_NO_AUTOINCR)
 #define LP_OPTIONS16 (LP_OPTIONS | NAND_BUSWIDTH_16)
 
-	/*512 Megabit */
+	/* 512 Megabit */
 	{"NAND 64MiB 1,8V 8-bit",	0xA2, 0,  64, 0, LP_OPTIONS},
 	{"NAND 64MiB 1,8V 8-bit",	0xA0, 0,  64, 0, LP_OPTIONS},
 	{"NAND 64MiB 3,3V 8-bit",	0xF2, 0,  64, 0, LP_OPTIONS},
 	{"NAND 64MiB 3,3V 8-bit",	0xD0, 0,  64, 0, LP_OPTIONS},
+	{"NAND 64MiB 3,3V 8-bit",	0xF0, 0,  64, 0, LP_OPTIONS},
 	{"NAND 64MiB 1,8V 16-bit",	0xB2, 0,  64, 0, LP_OPTIONS16},
 	{"NAND 64MiB 1,8V 16-bit",	0xB0, 0,  64, 0, LP_OPTIONS16},
 	{"NAND 64MiB 3,3V 16-bit",	0xC2, 0,  64, 0, LP_OPTIONS16},



More information about the linux-mtd-cvs mailing list