summaryrefslogtreecommitdiffstats
path: root/include/linux/mtd/nand.h
diff options
context:
space:
mode:
authorStefan Riedmueller <s.riedmueller@phytec.de>2017-12-14 16:34:21 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2018-03-22 08:52:17 +0100
commit44944355629cacd16884e04112c1570773a724e2 (patch)
tree03a0446aafa3a361382e8b217bc1dbadbac01402 /include/linux/mtd/nand.h
parentca880912a473ec6e92d78ddf0aa24857536e57da (diff)
downloadbarebox-44944355629cacd16884e04112c1570773a724e2.tar.gz
barebox-44944355629cacd16884e04112c1570773a724e2.tar.xz
mtd: nand: Add Winbond manufacturer ID
Add Winbond 0xef manufacturer ID for NAND flashes to support Winbond as an additional manufacturer. Signed-off-by: Stefan Riedmueller <s.riedmueller@phytec.de> Signed-off-by: Christian Hemp <c.hemp@phytec.de>
Diffstat (limited to 'include/linux/mtd/nand.h')
-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 88a8fe9756..ec2237f7c9 100644
--- a/include/linux/mtd/nand.h
+++ b/include/linux/mtd/nand.h
@@ -560,6 +560,7 @@ struct nand_chip {
#define NAND_MFR_AMD 0x01
#define NAND_MFR_MACRONIX 0xc2
#define NAND_MFR_EON 0x92
+#define NAND_MFR_WINBOND 0xef
/* The maximum expected count of bytes in the NAND ID sequence */
#define NAND_MAX_ID_LEN 8