summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPatrick Turley <patrick.turley@freescale.com>2009-11-10 15:21:15 -0600
committerJustin Waters <justin.waters@timesys.com>2010-03-25 14:00:52 -0400
commit77ccae02e6ab4b80bf5f17eeba05c70c55f0355f (patch)
tree53e5d405b6a68cb4e9c1b519130a3e184aa24950 /include
parent83e8321c833a40db6f715b340c331a88ff690ff8 (diff)
ENGR00116517 [MX233_BSP] Port ThreadX SDK NAND Flash device identification
Added the device identification and timing database. Adjusted the GPMI NAND Flash driver to use this information. Signed-off-by: Patrick Turley <patrick.turley@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mtd/nand.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h
index 993e86245d56..1b8969634a01 100644
--- a/include/linux/mtd/nand.h
+++ b/include/linux/mtd/nand.h
@@ -434,6 +434,8 @@ struct nand_chip {
#define NAND_MFR_HYNIX 0xad
#define NAND_MFR_MICRON 0x2c
#define NAND_MFR_AMD 0x01
+#define NAND_MFR_SANDISK 0x45
+#define NAND_MFR_INTEL 0x89
/**
* struct nand_flash_dev - NAND Flash Device ID Structure