Skip to content

Commit

Permalink
mtd/nand_ids: Fix buswidth
Browse files Browse the repository at this point in the history
The buswidth for chips of ID 0xD7 is x8, not x16.
This was my previous typo.

Signed-off-by: Brian Norris <norris@broadcom.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
Brian Norris authored and David Woodhouse committed Aug 13, 2010
1 parent f78ec6b commit 84c4f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mtd/nand/nand_ids.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 84c4f46

Please sign in to comment.