Skip to content

Commit a6a8a1e

Browse files
Johan Jonkermiquelraynal
authored andcommitted
mtd: rawnand: add support for the Sandisk SDTNQGAMA chip
Sandisk SDTNQGAMA is a 8GB size, 3.3V 8 bit chip with 16KB page size, 1KB write size and 40 bit ecc support Co-developed-by: Paweł Jarosz <paweljarosz3691@gmail.com> Signed-off-by: Paweł Jarosz <paweljarosz3691@gmail.com> Signed-off-by: Johan Jonker <jbx6244@gmail.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lore.kernel.org/linux-mtd/98811c98-4681-6ddc-8287-bd9b77559c51@gmail.com
1 parent 12ac188 commit a6a8a1e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

drivers/mtd/nand/raw/nand_ids.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ struct nand_flash_dev nand_flash_ids[] = {
4444
{"TC58NVG6D2 64G 3.3V 8-bit",
4545
{ .id = {0x98, 0xde, 0x94, 0x82, 0x76, 0x56, 0x04, 0x20} },
4646
SZ_8K, SZ_8K, SZ_2M, 0, 8, 640, NAND_ECC_INFO(40, SZ_1K) },
47+
{"SDTNQGAMA 64G 3.3V 8-bit",
48+
{ .id = {0x45, 0xde, 0x94, 0x93, 0x76, 0x57} },
49+
SZ_16K, SZ_8K, SZ_4M, 0, 6, 1280, NAND_ECC_INFO(40, SZ_1K) },
4750
{"SDTNRGAMA 64G 3.3V 8-bit",
4851
{ .id = {0x45, 0xde, 0x94, 0x93, 0x76, 0x50} },
4952
SZ_16K, SZ_8K, SZ_4M, 0, 6, 1280, NAND_ECC_INFO(40, SZ_1K) },

0 commit comments

Comments
 (0)