diff options
| author | Huang Shijie <b32955@freescale.com> | 2014-01-03 03:50:39 -0500 |
|---|---|---|
| committer | Brian Norris <computersforpeace@gmail.com> | 2014-01-20 14:30:52 -0500 |
| commit | 4968a4124cf2df4b3672eed4714c6755f10f400c (patch) | |
| tree | 85ce23e6d7e9c83895a23623ba2a5810a7a710b9 /include/linux/mtd | |
| parent | 3f97c6ff6de8a657e4d4d826e502698004cfc2ae (diff) | |
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 { | |||
| 634 | #define NAND_MFR_MACRONIX 0xc2 | 634 | #define NAND_MFR_MACRONIX 0xc2 |
| 635 | #define NAND_MFR_EON 0x92 | 635 | #define NAND_MFR_EON 0x92 |
| 636 | #define NAND_MFR_SANDISK 0x45 | 636 | #define NAND_MFR_SANDISK 0x45 |
| 637 | #define NAND_MFR_INTEL 0x89 | ||
| 637 | 638 | ||
| 638 | /* The maximum expected count of bytes in the NAND ID sequence */ | 639 | /* The maximum expected count of bytes in the NAND ID sequence */ |
| 639 | #define NAND_MAX_ID_LEN 8 | 640 | #define NAND_MAX_ID_LEN 8 |
