summaryrefslogtreecommitdiff
path: root/include/linux/mtd
diff options
context:
space:
mode:
authorHuang Shijie <b32955@freescale.com>2013-12-26 15:37:45 +0800
committerBrian Norris <computersforpeace@gmail.com>2014-01-20 11:23:28 -0800
commit3f97c6ff6de8a657e4d4d826e502698004cfc2ae (patch)
treed0581a6851cb195a01d426f41c030055a115d014 /include/linux/mtd
parent94d04e824fc879f66d1a8f7c9689b85159e3f24e (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/linux/mtd')
-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 352e23891f58..e03a78c70de1 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