mtd: nand: add Toshiba TC58NVG0S3E to nand_ids table

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Tue Sep 1 14:59:05 PDT 2015


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=0cb850486048ba4f64482a9d3e33dff47df34c79
Commit:     0cb850486048ba4f64482a9d3e33dff47df34c79
Parent:     d1d97b76c4af41c8e836e73742c91cbf97d7483c
Author:     Oleksij Rempel <linux at rempel-privat.de>
AuthorDate: Wed Dec 31 13:58:53 2014 +0100
Committer:  Brian Norris <computersforpeace at gmail.com>
CommitDate: Tue Aug 25 12:24:02 2015 -0700

    mtd: nand: add Toshiba TC58NVG0S3E to nand_ids table
    
    Add the full description of the Toshiba TC58NVG0S3E NAND chip in the
    nand_ids table so that we can later use the NAND ECC info and ONFI timing
    mode in controller drivers.
    
    Tested with asm9260_nand driver. [Brian: driver still under review]
    
    Signed-off-by: Oleksij Rempel <linux at rempel-privat.de>
    Reviewed-by: Boris Brezillon <boris.brezillon at free-electrons.com>
    Signed-off-by: Brian Norris <computersforpeace at gmail.com>
---
 drivers/mtd/nand/nand_ids.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/mtd/nand/nand_ids.c b/drivers/mtd/nand/nand_ids.c
index 7124400..a8804a3 100644
--- a/drivers/mtd/nand/nand_ids.c
+++ b/drivers/mtd/nand/nand_ids.c
@@ -29,6 +29,10 @@ struct nand_flash_dev nand_flash_ids[] = {
 	 * listed by full ID. We list them first so that we can easily identify
 	 * the most specific match.
 	 */
+	{"TC58NVG0S3E 1G 3.3V 8-bit",
+		{ .id = {0x98, 0xd1, 0x90, 0x15, 0x76, 0x14, 0x01, 0x00} },
+		  SZ_2K, SZ_128, SZ_128K, 0, 8, 64, NAND_ECC_INFO(1, SZ_512),
+		  2 },
 	{"TC58NVG2S0F 4G 3.3V 8-bit",
 		{ .id = {0x98, 0xdc, 0x90, 0x26, 0x76, 0x15, 0x01, 0x08} },
 		  SZ_4K, SZ_512, SZ_256K, 0, 8, 224, NAND_ECC_INFO(4, SZ_512) },



More information about the linux-mtd-cvs mailing list