diff options
author | Brian Norris <computersforpeace@gmail.com> | 2012-05-22 10:30:47 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2012-07-06 13:17:04 -0400 |
commit | b1ccfab31a0bbcb103989cba3b08df0776ff90fe (patch) | |
tree | 140cb0facf1f22ee009bb4fa6028ec7bf4a85f76 /include/linux/mtd | |
parent | bfea1d4ee53c4628a7bbdcfe3b026f8ce4032a1c (diff) |
mtd: nand: add Eon Silicon Solutions manufacturer ID
Eon's new NAND flash: EN27LN1G08.
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.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 57977c640529..53dcf4973c1b 100644 --- a/include/linux/mtd/nand.h +++ b/include/linux/mtd/nand.h | |||
@@ -559,6 +559,7 @@ struct nand_chip { | |||
559 | #define NAND_MFR_MICRON 0x2c | 559 | #define NAND_MFR_MICRON 0x2c |
560 | #define NAND_MFR_AMD 0x01 | 560 | #define NAND_MFR_AMD 0x01 |
561 | #define NAND_MFR_MACRONIX 0xc2 | 561 | #define NAND_MFR_MACRONIX 0xc2 |
562 | #define NAND_MFR_EON 0x92 | ||
562 | 563 | ||
563 | /** | 564 | /** |
564 | * struct nand_flash_dev - NAND Flash Device ID Structure | 565 | * struct nand_flash_dev - NAND Flash Device ID Structure |