mtd: spi-nor: Add support for SST spi flash

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Mon Dec 15 19:59:06 PST 2014


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=f02985b78550f5ee9d8d0603b21fd7d98ca58c1c
Commit:     f02985b78550f5ee9d8d0603b21fd7d98ca58c1c
Parent:     ce56ce7da3159176424dfad3307a5f6da44b3d64
Author:     Harini Katakam <harini.katakam at xilinx.com>
AuthorDate: Tue Oct 21 13:37:59 2014 +0200
Committer:  Brian Norris <computersforpeace at gmail.com>
CommitDate: Wed Nov 5 13:06:02 2014 -0800

    mtd: spi-nor: Add support for SST spi flash
    
    Add sst25wf080 to the spi-nor device id table.
    
    Signed-off-by: Harini Katakam <harinik at xilinx.com>
    Reviewed-by: Peter Crosthwaite <peter.crosthwaite at xilinx.com>
    Signed-off-by: Michal Simek <michal.simek at xilinx.com>
    Acked-by: Marek Vasut <marex at denx.de>
    Signed-off-by: Brian Norris <computersforpeace at gmail.com>
---
 drivers/mtd/spi-nor/spi-nor.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c
index 3e98e2a..eafaeeb 100644
--- a/drivers/mtd/spi-nor/spi-nor.c
+++ b/drivers/mtd/spi-nor/spi-nor.c
@@ -570,6 +570,7 @@ static const struct spi_device_id spi_nor_ids[] = {
 	{ "sst25wf010",  INFO(0xbf2502, 0, 64 * 1024,  2, SECT_4K | SST_WRITE) },
 	{ "sst25wf020",  INFO(0xbf2503, 0, 64 * 1024,  4, SECT_4K | SST_WRITE) },
 	{ "sst25wf040",  INFO(0xbf2504, 0, 64 * 1024,  8, SECT_4K | SST_WRITE) },
+	{ "sst25wf080",  INFO(0xbf2505, 0, 64 * 1024, 16, SECT_4K | SST_WRITE) },
 
 	/* ST Microelectronics -- newer production may have feature updates */
 	{ "m25p05",  INFO(0x202010,  0,  32 * 1024,   2, 0) },



More information about the linux-mtd-cvs mailing list