[PATCH] i.mx35pdk add nand identification
Alex Gershgorin
alexg at meprolight.com
Thu Sep 6 08:48:30 EDT 2012
Without this patch I get following messages
Board: Freescale MX35 3Stack
NAND type unknown: ec,d7
No NAND device found (-19)!
Signed-off-by: Alex Gershgorin <alexg at meprolight.com>
---
drivers/mtd/nand/nand_ids.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/mtd/nand/nand_ids.c b/drivers/mtd/nand/nand_ids.c
index cb53fc6..5f184bd 100644
--- a/drivers/mtd/nand/nand_ids.c
+++ b/drivers/mtd/nand/nand_ids.c
@@ -103,6 +103,7 @@ struct nand_flash_dev nand_flash_ids[] = {
/* 4 Gigabit */
{__NANDSTR("NAND 512MiB 1,8V 8-bit"), 0xAC, 0, 512, 0, LP_OPTIONS},
{__NANDSTR("NAND 512MiB 3,3V 8-bit"), 0xDC, 0, 512, 0, LP_OPTIONS},
+ {__NANDSTR("NAND 512MiB 3,3V 8-bit"), 0xD7, 0, 512, 0, LP_OPTIONS},
{__NANDSTR("NAND 512MiB 1,8V 16-bit"), 0xBC, 0, 512, 0, LP_OPTIONS16},
{__NANDSTR("NAND 512MiB 3,3V 16-bit"), 0xCC, 0, 512, 0, LP_OPTIONS16},
--
1.7.0.4
More information about the barebox
mailing list