From: 402jagan at gmail.com <402jagan@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] sf: spansion: Correct the first byte of idcode1 for S25FL256S part
Date: Fri, 14 Sep 2012 20:46:11 +0530 [thread overview]
Message-ID: <1347635771-1680-2-git-send-email-402jagan@gmail.com> (raw)
In-Reply-To: <402jagan@gmail.com>
From: Jagannadha Sutradharudu Teki <402jagan@gmail.com>
This patch corrected the first byte of idcode1 for S25FL256S SPI flash.
Signed-off-by: Jagannadha Sutradharudu Teki <402jagan@gmail.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
next prev reply other threads:[~2012-09-14 15:16 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
[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 ` 402jagan at gmail.com [this message]
2012-10-04 5:55 ` [U-Boot] [PATCH] sf: spansion: Correct the first byte of idcode1 for S25FL256S part 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1347635771-1680-2-git-send-email-402jagan@gmail.com \
--to=402jagan@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox