summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHuang Shijie <b32955@freescale.com>2013-12-26 15:37:45 +0800
committerNitin Garg <nitin.garg@freescale.com>2014-04-16 08:57:21 -0500
commit61affb86c018a0eba8d7b3bac8c854331f8926c7 (patch)
tree4f84ba9dfec6641399af95519ba9440b9055e799 /include
parent8385d9f38b56a990f02a1c23bd8ba1d4d2fde316 (diff)
mtd: nand: add SanDisk manufacturer ID
Add the manufactor ID for SanDisk. Make preparation for SanDisk SDTNRGAMA-008G. Signed-off-by: Huang Shijie <b32955@freescale.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mtd/nand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h
index be41dc9f4d5e..34d2ead86be8 100644
--- a/include/linux/mtd/nand.h
+++ b/include/linux/mtd/nand.h
@@ -633,6 +633,7 @@ struct nand_chip {
#define NAND_MFR_AMD 0x01
#define NAND_MFR_MACRONIX 0xc2
#define NAND_MFR_EON 0x92
+#define NAND_MFR_SANDISK 0x45
/* The maximum expected count of bytes in the NAND ID sequence */
#define NAND_MAX_ID_LEN 8