mtd: m25p80: Enable Quad SPI read transfers for s25fl512s

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Tue Jan 28 00:59:07 EST 2014


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=d8d5d10d0f27d1975e71617efff941321a0dc142
Commit:     d8d5d10d0f27d1975e71617efff941321a0dc142
Parent:     02d018625b7824691cf4f626f139960a5c796805
Author:     Geert Uytterhoeven <geert+renesas at linux-m68k.org>
AuthorDate: Tue Jan 21 13:59:16 2014 +0100
Committer:  Brian Norris <computersforpeace at gmail.com>
CommitDate: Mon Jan 27 21:19:27 2014 -0800

    mtd: m25p80: Enable Quad SPI read transfers for s25fl512s
    
    Spansion s25fl512s supports Quad SPI transfers, hence set the
    M25P80_QUAD_READ flag.
    
    Signed-off-by: Geert Uytterhoeven <geert+renesas at linux-m68k.org>
    Acked-by: Marek Vasut <marex at denx.de>
    Signed-off-by: Brian Norris <computersforpeace at gmail.com>
---
 drivers/mtd/devices/m25p80.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/devices/m25p80.c b/drivers/mtd/devices/m25p80.c
index d0f6475..320c6a3 100644
--- a/drivers/mtd/devices/m25p80.c
+++ b/drivers/mtd/devices/m25p80.c
@@ -943,7 +943,7 @@ static const struct spi_device_id m25p_ids[] = {
 	{ "s25sl064p",  INFO(0x010216, 0x4d00,  64 * 1024, 128, 0) },
 	{ "s25fl256s0", INFO(0x010219, 0x4d00, 256 * 1024, 128, 0) },
 	{ "s25fl256s1", INFO(0x010219, 0x4d01,  64 * 1024, 512, M25P80_QUAD_READ) },
-	{ "s25fl512s",  INFO(0x010220, 0x4d00, 256 * 1024, 256, 0) },
+	{ "s25fl512s",  INFO(0x010220, 0x4d00, 256 * 1024, 256, M25P80_QUAD_READ) },
 	{ "s70fl01gs",  INFO(0x010221, 0x4d00, 256 * 1024, 256, 0) },
 	{ "s25sl12800", INFO(0x012018, 0x0300, 256 * 1024,  64, 0) },
 	{ "s25sl12801", INFO(0x012018, 0x0301,  64 * 1024, 256, 0) },



More information about the linux-mtd-cvs mailing list