summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJan Luebbe <jlu@pengutronix.de>2013-04-10 17:31:37 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-04-11 10:44:09 +0200
commit973176d20b87568cee739c7c95bafa80a2034e18 (patch)
tree8e8256f583803750cdf3fbb2f666cf7bf6033948 /include
parent4c2bdc8728016b3412523e3264651651fe752860 (diff)
downloadbarebox-973176d20b87568cee739c7c95bafa80a2034e18.tar.gz
barebox-973176d20b87568cee739c7c95bafa80a2034e18.tar.xz
mtd: update NAND manufacturer names from the kernel
Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mtd/nand.h20
1 files changed, 11 insertions, 9 deletions
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h
index dc141a5186..25bae631e5 100644
--- a/include/linux/mtd/nand.h
+++ b/include/linux/mtd/nand.h
@@ -500,15 +500,17 @@ struct nand_chip {
/*
* NAND Flash Manufacturer ID Codes
*/
-#define NAND_MFR_TOSHIBA 0x98
-#define NAND_MFR_SAMSUNG 0xec
-#define NAND_MFR_FUJITSU 0x04
-#define NAND_MFR_NATIONAL 0x8f
-#define NAND_MFR_RENESAS 0x07
-#define NAND_MFR_STMICRO 0x20
-#define NAND_MFR_HYNIX 0xad
-#define NAND_MFR_MICRON 0x2c
-#define NAND_MFR_AMD 0x01
+#define NAND_MFR_TOSHIBA 0x98
+#define NAND_MFR_SAMSUNG 0xec
+#define NAND_MFR_FUJITSU 0x04
+#define NAND_MFR_NATIONAL 0x8f
+#define NAND_MFR_RENESAS 0x07
+#define NAND_MFR_STMICRO 0x20
+#define NAND_MFR_HYNIX 0xad
+#define NAND_MFR_MICRON 0x2c
+#define NAND_MFR_AMD 0x01
+#define NAND_MFR_MACRONIX 0xc2
+#define NAND_MFR_EON 0x92
/**
* struct nand_flash_dev - NAND Flash Device ID Structure