[U-Boot] [PATCH] sf: spansion: Correct the first byte of idcode1 for S25FL256S part

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,

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,
.idcode2 = 0x4d01, .pages_per_sector = 256, .nr_sectors = 512,.idcode1 = 0x0219,
Best regards, Marek Vasut

Hi,
2013/2/4 Marek Vasut marex@denx.de:
Dear Michal Simek,
was this ever applied?
I have sent pull request to Tom and Mike. All patches around cf are here.
http://git.denx.de/?p=u-boot/u-boot-microblaze.git;a=shortlog;h=refs/heads/m...
Interesting that Tom applied this patch and don't the rest "sf: stmicro: add support for N25Q064"
Thanks, Michal

On Mon, Feb 04, 2013 at 07:11:38PM +0100, Michal Simek wrote:
Hi,
2013/2/4 Marek Vasut marex@denx.de:
Dear Michal Simek,
was this ever applied?
I have sent pull request to Tom and Mike. All patches around cf are here.
http://git.denx.de/?p=u-boot/u-boot-microblaze.git;a=shortlog;h=refs/heads/m...
Interesting that Tom applied this patch and don't the rest "sf: stmicro: add support for N25Q064"
I had grabbed a few things that stood out to me Friday and started a build. Took a bit to sort out things and in the interim you made your pull request.
participants (4)
-
Marek Vasut
-
Michal Simek
-
Michal Simek
-
Tom Rini