mtd: spi-nor: Add support for Winbond w25q64dw serial flash

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Wed Apr 22 10:59:08 PDT 2015


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=e88e567f15a26fc62da8e4e0c56d5319b40f628b
Commit:     e88e567f15a26fc62da8e4e0c56d5319b40f628b
Parent:     40d19ab69c79da373cdf561a444fbb9778a2ab7d
Author:     Mika Westerberg <mika.westerberg at linux.intel.com>
AuthorDate: Thu Feb 5 18:39:02 2015 +0200
Committer:  Brian Norris <computersforpeace at gmail.com>
CommitDate: Sun Apr 5 19:09:08 2015 -0700

    mtd: spi-nor: Add support for Winbond w25q64dw serial flash
    
    Add Winbond (w25q64dw) 8MB flash to the list of supported chips.
    
    Signed-off-by: Mika Westerberg <mika.westerberg at linux.intel.com>
    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 6a5e7cc..6a1df02 100644
--- a/drivers/mtd/spi-nor/spi-nor.c
+++ b/drivers/mtd/spi-nor/spi-nor.c
@@ -674,6 +674,7 @@ static const struct spi_device_id spi_nor_ids[] = {
 	{ "w25q32dw", INFO(0xef6016, 0, 64 * 1024,  64, SECT_4K) },
 	{ "w25x64", INFO(0xef3017, 0, 64 * 1024, 128, SECT_4K) },
 	{ "w25q64", INFO(0xef4017, 0, 64 * 1024, 128, SECT_4K) },
+	{ "w25q64dw", INFO(0xef6017, 0, 64 * 1024, 128, SECT_4K) },
 	{ "w25q80", INFO(0xef5014, 0, 64 * 1024,  16, SECT_4K) },
 	{ "w25q80bl", INFO(0xef4014, 0, 64 * 1024,  16, SECT_4K) },
 	{ "w25q128", INFO(0xef4018, 0, 64 * 1024, 256, SECT_4K) },



More information about the linux-mtd-cvs mailing list