diff options
author | Steven J. Hill <sjhill@realitydiluted.com> | 2007-07-18 23:29:46 -0500 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2007-07-23 11:51:53 +0100 |
commit | 30eb0db07d67b9211da7f506220184df827e425d (patch) | |
tree | 298b8b93b61a0e7225e7cb8cfbc433bfa919c6c9 /include/linux/mtd | |
parent | 39fe5434cb9de5da40510028b17b96bc4eb312b3 (diff) |
[MTD] [NAND] Add NAND manufacturer AMD.
This patch adds the manufacturer ID for AMD flash.
Signed-off-by: Steven J. Hill <sjhill1@rockwellcollins.com>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
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 d2365c8dcacc..c42bc7f533a5 100644 --- a/include/linux/mtd/nand.h +++ b/include/linux/mtd/nand.h @@ -432,6 +432,7 @@ struct nand_chip { #define NAND_MFR_STMICRO 0x20 #define NAND_MFR_HYNIX 0xad #define NAND_MFR_MICRON 0x2c +#define NAND_MFR_AMD 0x01 /** * struct nand_flash_dev - NAND Flash Device ID Structure |