mtd: nand: add support for the TC58NVG2S0H chip

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Fri Dec 16 11:59:02 PST 2016


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=6ac18a4859b3a7d55874bed2ebe6d704b7926a10
Commit:     6ac18a4859b3a7d55874bed2ebe6d704b7926a10
Parent:     f59dab8d9e8f37f7042ba05bfbab748b1312e73e
Author:     Boris Brezillon <boris.brezillon at free-electrons.com>
AuthorDate: Thu Oct 20 10:12:43 2016 +0200
Committer:  Boris Brezillon <boris.brezillon at free-electrons.com>
CommitDate: Fri Oct 21 17:53:08 2016 +0200

    mtd: nand: add support for the TC58NVG2S0H chip
    
    Add the description of the Toshiba TC58NVG2S0H SLC nand to the nand_ids
    table so we can use the NAND ECC infos and the ONFI timings.
    
    Signed-off-by: Boris Brezillon <boris.brezillon at free-electrons.com>
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>
---
 drivers/mtd/nand/nand_ids.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/mtd/nand/nand_ids.c b/drivers/mtd/nand/nand_ids.c
index 2af9869..b3a332f 100644
--- a/drivers/mtd/nand/nand_ids.c
+++ b/drivers/mtd/nand/nand_ids.c
@@ -36,6 +36,9 @@ struct nand_flash_dev nand_flash_ids[] = {
 	{"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) },
+	{"TC58NVG2S0H 4G 3.3V 8-bit",
+		{ .id = {0x98, 0xdc, 0x90, 0x26, 0x76, 0x16, 0x08, 0x00} },
+		  SZ_4K, SZ_512, SZ_256K, 0, 8, 256, NAND_ECC_INFO(8, SZ_512) },
 	{"TC58NVG3S0F 8G 3.3V 8-bit",
 		{ .id = {0x98, 0xd3, 0x90, 0x26, 0x76, 0x15, 0x02, 0x08} },
 		  SZ_4K, SZ_1K, SZ_256K, 0, 8, 232, NAND_ECC_INFO(4, SZ_512) },



More information about the linux-mtd-cvs mailing list