]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
mtd: nand: add ATO manufacturer info
authorBrian Norris <computersforpeace@gmail.com>
Tue, 4 Nov 2014 19:32:45 +0000 (11:32 -0800)
committerBrian Norris <computersforpeace@gmail.com>
Wed, 26 Nov 2014 04:11:12 +0000 (20:11 -0800)
Tested with ATO AFND1G08U3, 128MiB NAND.

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/nand/nand_ids.c
include/linux/mtd/nand.h

index fbde89105245bc4668b17823af31163d8a4304e4..dd620c19c6192f200ecfb1a83d77a08580e84a4b 100644 (file)
@@ -178,6 +178,7 @@ struct nand_manufacturers nand_manuf_ids[] = {
        {NAND_MFR_EON, "Eon"},
        {NAND_MFR_SANDISK, "SanDisk"},
        {NAND_MFR_INTEL, "Intel"},
+       {NAND_MFR_ATO, "ATO"},
        {0x0, "Unknown"}
 };
 
index b14d190b593a7687bbc7c3841f11adedc0410217..3d4ea7eb2b68b9681a77c161669a1944994d4431 100644 (file)
@@ -736,6 +736,7 @@ struct nand_chip {
 #define NAND_MFR_EON           0x92
 #define NAND_MFR_SANDISK       0x45
 #define NAND_MFR_INTEL         0x89
+#define NAND_MFR_ATO           0x9b
 
 /* The maximum expected count of bytes in the NAND ID sequence */
 #define NAND_MAX_ID_LEN 8