mtd/nand_ids: Fix buswidth

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Fri Aug 13 16:59:02 EDT 2010


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=84c4f46d9c0bd67b763b01a6b4c86dcfde6c818a
Commit:     84c4f46d9c0bd67b763b01a6b4c86dcfde6c818a
Parent:     f78ec6b2f32efad1fc6b2196e966dcec8122d689
Author:     Brian Norris <norris at broadcom.com>
AuthorDate: Fri Aug 13 10:29:14 2010 -0700
Committer:  David Woodhouse <David.Woodhouse at intel.com>
CommitDate: Fri Aug 13 21:11:54 2010 +0100

    mtd/nand_ids: Fix buswidth
    
    The buswidth for chips of ID 0xD7 is x8, not x16.
    This was my previous typo.
    
    Signed-off-by: Brian Norris <norris at broadcom.com>
    Signed-off-by: David Woodhouse <David.Woodhouse at intel.com>
---
 drivers/mtd/nand/nand_ids.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/mtd/nand/nand_ids.c b/drivers/mtd/nand/nand_ids.c
index a04b891..c65f190 100644
--- a/drivers/mtd/nand/nand_ids.c
+++ b/drivers/mtd/nand/nand_ids.c
@@ -112,7 +112,7 @@ struct nand_flash_dev nand_flash_ids[] = {
 	{"NAND 2GiB 3,3V 16-bit",	0xC5, 0, 2048, 0, LP_OPTIONS16},
 
 	/* 32 Gigabit */
-	{"NAND 4GiB 3,3V 8-bit",	0xD7, 0, 4096, 0, LP_OPTIONS16},
+	{"NAND 4GiB 3,3V 8-bit",	0xD7, 0, 4096, 0, LP_OPTIONS},
 
 	/*
 	 * Renesas AND 1 Gigabit. Those chips do not support extended id and



More information about the linux-mtd-cvs mailing list