summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSteven J. Hill2007-07-19 06:29:46 +0200
committerDavid Woodhouse2007-07-23 12:51:53 +0200
commit30eb0db07d67b9211da7f506220184df827e425d (patch)
tree298b8b93b61a0e7225e7cb8cfbc433bfa919c6c9 /include
parentMerge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... (diff)
downloadkernel-qcow2-linux-30eb0db07d67b9211da7f506220184df827e425d.tar.gz
kernel-qcow2-linux-30eb0db07d67b9211da7f506220184df827e425d.tar.xz
kernel-qcow2-linux-30eb0db07d67b9211da7f506220184df827e425d.zip
[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')
-rw-r--r--include/linux/mtd/nand.h1
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