public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] SF: Add Spansion S25FL064P IDs
@ 2012-08-29  1:13 Marek Vasut
  2013-02-04 18:00 ` Marek Vasut
  2013-05-28  7:41 ` [U-Boot] " Jagan Teki
  0 siblings, 2 replies; 5+ messages in thread
From: Marek Vasut @ 2012-08-29  1:13 UTC (permalink / raw)
  To: u-boot

This is a S25FL064A successor. It supports up to 104MHz bus
speed.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Heiko Schocher <hs@denx.de>
Cc: Mike Frysinger <vapier@gentoo.org>
Cc: Scott Wood <scottwood@freescale.com>
Cc: Wolfgang Denk <wd@denx.de>
---
 drivers/mtd/spi/spansion.c |    7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/drivers/mtd/spi/spansion.c b/drivers/mtd/spi/spansion.c
index 9a114ac..faf4414 100644
--- a/drivers/mtd/spi/spansion.c
+++ b/drivers/mtd/spi/spansion.c
@@ -90,6 +90,13 @@ static const struct spansion_spi_flash_params spansion_spi_flash_table[] = {
 		.name = "S25FL032P",
 	},
 	{
+		.idcode1 = 0x0216,
+		.idcode2 = 0x4d00,
+		.pages_per_sector = 256,
+		.nr_sectors = 128,
+		.name = "S25FL064P",
+	},
+	{
 		.idcode1 = 0x2018,
 		.idcode2 = 0x4d01,
 		.pages_per_sector = 256,
-- 
1.7.10.4

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

end of thread, other threads:[~2013-05-28 18:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-29  1:13 [U-Boot] [PATCH] SF: Add Spansion S25FL064P IDs Marek Vasut
2013-02-04 18:00 ` Marek Vasut
2013-05-25 18:27   ` Jagan Teki
2013-05-28  7:41 ` [U-Boot] " Jagan Teki
2013-05-28 18:20   ` Marek Vasut

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