From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] sf: spansion: Correct the first byte of idcode1 for S25FL256S part
Date: Mon, 4 Feb 2013 18:59:38 +0100 [thread overview]
Message-ID: <201302041859.38206.marex@denx.de> (raw)
In-Reply-To: <1358943863-8893-1-git-send-email-michal.simek@xilinx.com>
Dear Michal Simek,
was this ever applied?
> 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,
Best regards,
Marek Vasut
next prev parent reply other threads:[~2013-02-04 17:59 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-23 12:24 [U-Boot] [PATCH] sf: spansion: Correct the first byte of idcode1 for S25FL256S part Michal Simek
2013-02-04 17:59 ` Marek Vasut [this message]
2013-02-04 18:11 ` Michal Simek
2013-02-04 20:52 ` Tom Rini
[not found] <402jagan@gmail.com>
2012-09-14 15:16 ` 402jagan at gmail.com
2012-10-04 5:55 ` Michal Simek
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=201302041859.38206.marex@denx.de \
--to=marex@denx.de \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.