diff options
author | Nicolas S. Dade <daden@symbol.com> | 2005-05-24 01:46:34 -0700 |
---|---|---|
committer | Thomas Gleixner <tglx@mtd.linutronix.de> | 2005-05-27 10:40:27 +0200 |
commit | f1f67a9874f1a4bba1adff6d694aa52e5f52ff1a (patch) | |
tree | 1ce057ca42957603fbbbd10bd83f249bb31d742a /include/linux/mtd | |
parent | a8aff8ab981cc8ef170e89d85094da722644a7fd (diff) | |
download | op-kernel-dev-f1f67a9874f1a4bba1adff6d694aa52e5f52ff1a.zip op-kernel-dev-f1f67a9874f1a4bba1adff6d694aa52e5f52ff1a.tar.gz |
[MTD] NAND: Add Hynix to manufacturer list
Signed-off-by: Nicolas S. Dade <daden@symbol.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
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 cf25c7c..bee7896 100644 --- a/include/linux/mtd/nand.h +++ b/include/linux/mtd/nand.h @@ -384,6 +384,7 @@ struct nand_chip { #define NAND_MFR_NATIONAL 0x8f #define NAND_MFR_RENESAS 0x07 #define NAND_MFR_STMICRO 0x20 +#define NAND_MFR_HYNIX 0xad /** * struct nand_flash_dev - NAND Flash Device ID Structure |