diff options
author | Brian Norris <computersforpeace@gmail.com> | 2011-11-02 13:34:42 -0700 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2012-01-09 17:59:33 +0000 |
commit | c1257b4798d48b73ad1a9ca359504cd49caefa0d (patch) | |
tree | 8f6888bd20b5a55a92ffd031916adab37accdf24 /include | |
parent | 5f0a6e2d503896062f641639dacfe5055c2f593b (diff) |
mtd: nand: add Macronix manufacturer
Macronix is produing SLC NAND MX30LF1208AA, so add their manufacturer
code to the manufacturer lists.
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')
-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 904131bab50..63b5a8b6dfb 100644 --- a/include/linux/mtd/nand.h +++ b/include/linux/mtd/nand.h @@ -555,6 +555,7 @@ struct nand_chip { #define NAND_MFR_HYNIX 0xad #define NAND_MFR_MICRON 0x2c #define NAND_MFR_AMD 0x01 +#define NAND_MFR_MACRONIX 0xc2 /** * struct nand_flash_dev - NAND Flash Device ID Structure |