* [U-Boot] [PATCH 2/2] NAND: add Toshiba TC58NVG0 identifier
@ 2010-06-12 18:59 Florian Fainelli
2010-06-12 19:28 ` Florian Fainelli
0 siblings, 1 reply; 3+ messages in thread
From: Florian Fainelli @ 2010-06-12 18:59 UTC (permalink / raw)
To: u-boot
The Toshiba TC58NVG0* parts are 128Mbytes x 8 bits 3.3V parts with the 0xD1
identifier. Add these to the list of known devices IDs.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
---
diff --git a/drivers/mtd/nand/nand_ids.c b/drivers/mtd/nand/nand_ids.c
index 077c305..25b22ec 100644
--- a/drivers/mtd/nand/nand_ids.c
+++ b/drivers/mtd/nand/nand_ids.c
@@ -83,6 +83,7 @@ struct nand_flash_dev nand_flash_ids[] = {
/* 1 Gigabit */
{"NAND 128MiB 1,8V 8-bit", 0xA1, 0, 128, 0, LP_OPTIONS},
{"NAND 128MiB 3,3V 8-bit", 0xF1, 0, 128, 0, LP_OPTIONS},
+ {"NAND 128MiB 3,3V 8-bit", 0xD1, 0, 128, 0, LP_OPTIONS},
{"NAND 128MiB 1,8V 16-bit", 0xB1, 0, 128, 0, LP_OPTIONS16},
{"NAND 128MiB 3,3V 16-bit", 0xC1, 0, 128, 0, LP_OPTIONS16},
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-NAND-add-Toshiba-TC58NVG0-identifier.patch
Type: text/x-patch
Size: 551 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20100612/d646b6db/attachment.bin
^ permalink raw reply related [flat|nested] 3+ messages in thread* [U-Boot] [PATCH 2/2] NAND: add Toshiba TC58NVG0 identifier
2010-06-12 18:59 [U-Boot] [PATCH 2/2] NAND: add Toshiba TC58NVG0 identifier Florian Fainelli
@ 2010-06-12 19:28 ` Florian Fainelli
2010-06-23 21:53 ` Scott Wood
0 siblings, 1 reply; 3+ messages in thread
From: Florian Fainelli @ 2010-06-12 19:28 UTC (permalink / raw)
To: u-boot
The Toshiba TC58NVG0* parts are 128Mbytes x 8 bits 3.3V parts with the 0xD1
identifier. Add these to the list of known devices IDs.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
---
diff --git a/drivers/mtd/nand/nand_ids.c b/drivers/mtd/nand/nand_ids.c
index 077c305..25b22ec 100644
--- a/drivers/mtd/nand/nand_ids.c
+++ b/drivers/mtd/nand/nand_ids.c
@@ -83,6 +83,7 @@ struct nand_flash_dev nand_flash_ids[] = {
/* 1 Gigabit */
{"NAND 128MiB 1,8V 8-bit", 0xA1, 0, 128, 0, LP_OPTIONS},
{"NAND 128MiB 3,3V 8-bit", 0xF1, 0, 128, 0, LP_OPTIONS},
+ {"NAND 128MiB 3,3V 8-bit", 0xD1, 0, 128, 0, LP_OPTIONS},
{"NAND 128MiB 1,8V 16-bit", 0xB1, 0, 128, 0, LP_OPTIONS16},
{"NAND 128MiB 3,3V 16-bit", 0xC1, 0, 128, 0, LP_OPTIONS16},
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-06-23 21:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-12 18:59 [U-Boot] [PATCH 2/2] NAND: add Toshiba TC58NVG0 identifier Florian Fainelli
2010-06-12 19:28 ` Florian Fainelli
2010-06-23 21:53 ` Scott Wood
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox