public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] sf: winbond: add support for W25X40 parts
@ 2011-08-14 20:34 Mike Frysinger
  2011-08-20 18:44 ` Mike Frysinger
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2011-08-14 20:34 UTC (permalink / raw)
  To: u-boot

From: James Le Cuirot <chewi@aura-online.co.uk>

The Winbond W25X40 is now being used in the IP02 (and possibly IP04)
boards.  Tested and working on the actual device.

Signed-off-by: James Le Cuirot <chewi@aura-online.co.uk>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 drivers/mtd/spi/winbond.c |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/drivers/mtd/spi/winbond.c b/drivers/mtd/spi/winbond.c
index 45bd146..a6a6653 100644
--- a/drivers/mtd/spi/winbond.c
+++ b/drivers/mtd/spi/winbond.c
@@ -36,6 +36,14 @@ struct winbond_spi_flash_params {
 
 static const struct winbond_spi_flash_params winbond_spi_flash_table[] = {
 	{
+		.id			= 0x3013,
+		.l2_page_size		= 8,
+		.pages_per_sector	= 16,
+		.sectors_per_block	= 16,
+		.nr_blocks		= 8,
+		.name			= "W25X40",
+	},
+	{
 		.id			= 0x3015,
 		.l2_page_size		= 8,
 		.pages_per_sector	= 16,
-- 
1.7.6

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

* [U-Boot] [PATCH] sf: winbond: add support for W25X40 parts
  2011-08-14 20:34 [U-Boot] [PATCH] sf: winbond: add support for W25X40 parts Mike Frysinger
@ 2011-08-20 18:44 ` Mike Frysinger
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger @ 2011-08-20 18:44 UTC (permalink / raw)
  To: u-boot

On Sunday, August 14, 2011 16:34:57 Mike Frysinger wrote:
> From: James Le Cuirot <chewi@aura-online.co.uk>
> 
> The Winbond W25X40 is now being used in the IP02 (and possibly IP04)
> boards.  Tested and working on the actual device.
> 
> Signed-off-by: James Le Cuirot <chewi@aura-online.co.uk>
> Signed-off-by: Mike Frysinger <vapier@gentoo.org>

hmm, this is actually a v2 with a slightly updated changelog.  i looked to see 
if it was posted already, but couldnt find it originally.  just stumbled 
across it now though :p.
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20110820/037ba55f/attachment.pgp 

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

end of thread, other threads:[~2011-08-20 18:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-14 20:34 [U-Boot] [PATCH] sf: winbond: add support for W25X40 parts Mike Frysinger
2011-08-20 18:44 ` Mike Frysinger

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