]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
sf: spansion: Correct the first byte of idcode1 for S25FL256S part
authorJagannadha Sutradharudu Teki <jaganna@xilinx.com>
Fri, 14 Sep 2012 15:16:11 +0000 (20:46 +0530)
committerTom Rini <trini@ti.com>
Wed, 6 Feb 2013 15:10:00 +0000 (10:10 -0500)
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

index 32b76e0e9072196802b75963293f7ca2fddca106..9288672c84cfbfb1ba8b076a03b2c58e54d63ffe 100644 (file)
@@ -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,