| Submitter | Brian Norris |
|---|---|
| Date | Aug. 13, 2010, 5:29 p.m. |
| Message ID | <1281720554-3983-1-git-send-email-norris@broadcom.com> |
| Download | mbox | patch |
| Permalink | /patch/61703/ |
| State | New |
| Headers | show |
Comments
Patch
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
The buswidth for chips of ID 0xD7 is x8, not x16. This was my previous typo. Signed-off-by: Brian Norris <norris@broadcom.com> --- drivers/mtd/nand/nand_ids.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)