diff options
author | Huang Shijie <b32955@freescale.com> | 2014-01-03 12:50:39 +0400 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2014-01-20 23:30:52 +0400 |
commit | 4968a4124cf2df4b3672eed4714c6755f10f400c (patch) | |
tree | 85ce23e6d7e9c83895a23623ba2a5810a7a710b9 /include/linux/mtd | |
parent | 3f97c6ff6de8a657e4d4d826e502698004cfc2ae (diff) | |
download | linux-4968a4124cf2df4b3672eed4714c6755f10f400c.tar.xz |
mtd: nand: add Intel manufacturer ID
Add the Intel manufacturer Id.
Tested with Intel JS29F32G08ACMD1(4096 + 224) which is ONFI 2.0 compliant
nand.
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h index e03a78c70de1..32f8612469d8 100644 --- a/include/linux/mtd/nand.h +++ b/include/linux/mtd/nand.h @@ -634,6 +634,7 @@ struct nand_chip { #define NAND_MFR_MACRONIX 0xc2 #define NAND_MFR_EON 0x92 #define NAND_MFR_SANDISK 0x45 +#define NAND_MFR_INTEL 0x89 /* The maximum expected count of bytes in the NAND ID sequence */ #define NAND_MAX_ID_LEN 8 |