public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] sf: spansion: Correct the first byte of idcode1 for S25FL256S part
@ 2013-01-23 12:24 Michal Simek
  2013-02-04 17:59 ` Marek Vasut
  0 siblings, 1 reply; 8+ messages in thread
From: Michal Simek @ 2013-01-23 12:24 UTC (permalink / raw)
  To: u-boot

From: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>

This patch corrected the first byte of idcode1 for S25FL256S SPI flash.

Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---
 drivers/mtd/spi/spansion.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/mtd/spi/spansion.c b/drivers/mtd/spi/spansion.c
index 32b76e0..9288672 100644
--- a/drivers/mtd/spi/spansion.c
+++ b/drivers/mtd/spi/spansion.c
@@ -97,7 +97,7 @@ static const struct spansion_spi_flash_params spansion_spi_flash_table[] = {
 		.name = "S25FL129P_64K",
 	},
 	{
-		.idcode1 = 0x2019,
+		.idcode1 = 0x0219,
 		.idcode2 = 0x4d01,
 		.pages_per_sector = 256,
 		.nr_sectors = 512,
-- 
1.7.0.4

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

end of thread, other threads:[~2013-02-04 20:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <402jagan@gmail.com>
2012-09-03 15:17 ` [U-Boot] [PATCH] sf: winbond: Add support for W25Q64DW 402jagan at gmail.com
2012-10-04  5:59   ` Michal Simek
2012-09-14 15:16 ` [U-Boot] [PATCH] sf: spansion: Correct the first byte of idcode1 for S25FL256S part 402jagan at gmail.com
2012-10-04  5:55   ` Michal Simek
2013-01-23 12:24 Michal Simek
2013-02-04 17:59 ` Marek Vasut
2013-02-04 18:11   ` Michal Simek
2013-02-04 20:52     ` Tom Rini

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