public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] nand: add ID for Micron MT29F8G08A
@ 2012-09-27 21:49 Lucas Stach
  2012-09-27 21:53 ` Scott Wood
  0 siblings, 1 reply; 7+ messages in thread
From: Lucas Stach @ 2012-09-27 21:49 UTC (permalink / raw)
  To: u-boot

As found on the Colibri T20 engineering sample board.

Signed-off-by: Lucas Stach <dev@lynxeye.de>
---
 drivers/mtd/nand/nand_ids.c | 1 +
 1 Datei ge?ndert, 1 Zeile hinzugef?gt(+)

diff --git a/drivers/mtd/nand/nand_ids.c b/drivers/mtd/nand/nand_ids.c
index 3953549..ae300fe 100644
--- a/drivers/mtd/nand/nand_ids.c
+++ b/drivers/mtd/nand/nand_ids.c
@@ -105,6 +105,7 @@ const struct nand_flash_dev nand_flash_ids[] = {
 	{"NAND 512MiB 3,3V 16-bit",	0xCC, 0, 512, 0, LP_OPTIONS16},
 
 	/* 8 Gigabit */
+	{"NAND 1GiB 3,3V 8-bit",	0x38, 0, 1024, 0, LP_OPTIONS},
 	{"NAND 1GiB 1,8V 8-bit",	0xA3, 0, 1024, 0, LP_OPTIONS},
 	{"NAND 1GiB 3,3V 8-bit",	0xD3, 0, 1024, 0, LP_OPTIONS},
 	{"NAND 1GiB 1,8V 16-bit",	0xB3, 0, 1024, 0, LP_OPTIONS16},
-- 
1.7.11.4

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-09-28 15:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-27 21:49 [U-Boot] [PATCH] nand: add ID for Micron MT29F8G08A Lucas Stach
2012-09-27 21:53 ` Scott Wood
2012-09-27 22:08   ` Lucas Stach
2012-09-27 22:13     ` Scott Wood
2012-09-27 22:19       ` Lucas Stach
2012-09-27 22:27         ` Scott Wood
2012-09-28 15:20           ` Lucas Stach

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox