diff options
| author | Ulf Samuelsson <ulf@atmel.com> | 2007-05-24 12:12:47 +0200 | 
|---|---|---|
| committer | Stefan Roese <sr@denx.de> | 2007-05-24 12:12:47 +0200 | 
| commit | 7ebb4479b07ff294eb4d76e420753a0349f7c93b (patch) | |
| tree | 46f043f68e4cddb959dc384aa45c46332d455d52 /include/linux/mtd/nand.h | |
| parent | 70124c2602ae2d4c5d3dba05b482d91548242de8 (diff) | |
| download | olio-uboot-2014.01-7ebb4479b07ff294eb4d76e420753a0349f7c93b.tar.xz olio-uboot-2014.01-7ebb4479b07ff294eb4d76e420753a0349f7c93b.zip | |
[PATCH][NAND] Define the Vendor Id for Micron NAND Flash
Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/linux/mtd/nand.h')
| -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 4b485643a..49ff80fd3 100644 --- a/include/linux/mtd/nand.h +++ b/include/linux/mtd/nand.h @@ -348,6 +348,7 @@ struct nand_chip {  #define NAND_MFR_NATIONAL	0x8f  #define NAND_MFR_RENESAS	0x07  #define NAND_MFR_STMICRO	0x20 +#define NAND_MFR_MICRON		0x2c  /**   * struct nand_flash_dev - NAND Flash Device ID Structure |