public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] spi/atmel: add AT45DB321D support
@ 2008-12-30  7:59 Mike Frysinger
  2009-01-04  6:36 ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 1 reply; 10+ messages in thread
From: Mike Frysinger @ 2008-12-30  7:59 UTC (permalink / raw)
  To: u-boot

From: Brad Bozarth <bflinux@yumbrad.com>

Signed-off-by: Brad Bozarth <bflinux@yumbrad.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 drivers/mtd/spi/atmel.c |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/drivers/mtd/spi/atmel.c b/drivers/mtd/spi/atmel.c
index 10fcf0c..581b710 100644
--- a/drivers/mtd/spi/atmel.c
+++ b/drivers/mtd/spi/atmel.c
@@ -52,6 +52,14 @@ to_atmel_spi_flash(struct spi_flash *flash)
 
 static const struct atmel_spi_flash_params atmel_spi_flash_table[] = {
 	{
+		.idcode1		= 0x27,
+		.l2_page_size		= 9,
+		.pages_per_block	= 8,
+		.blocks_per_sector	= 32,
+		.nr_sectors		= 32,
+		.name			= "AT45DB321D",
+	},
+	{
 		.idcode1		= 0x28,
 		.l2_page_size		= 10,
 		.pages_per_block	= 8,
-- 
1.6.0.6

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

end of thread, other threads:[~2009-03-19  9:03 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-30  7:59 [U-Boot] [PATCH] spi/atmel: add AT45DB321D support Mike Frysinger
2009-01-04  6:36 ` Jean-Christophe PLAGNIOL-VILLARD
2009-01-04  6:44   ` [U-Boot] [PATCH 1/1] mtd: add some at45 spi flash support Jean-Christophe PLAGNIOL-VILLARD
2009-03-19  7:18     ` Mike Frysinger
2009-03-19  9:03       ` Jean-Christophe PLAGNIOL-VILLARD
2009-01-06 22:48   ` [U-Boot] [PATCH] spi/atmel: add AT45DB321D support Brad Bozarth
2009-01-07 19:40     ` Ulf Samuelsson
2009-01-08 10:51       ` Mike Frysinger
2009-01-08 20:33         ` Brad Bozarth
2009-01-08 20:39           ` Mike Frysinger

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