mtd: m25p80: Add support for the Winbond W25Q64
Linux-MTD Mailing List
linux-mtd at lists.infradead.org
Sun Oct 24 20:59:06 EDT 2010
Gitweb: http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=d2ac467a108400ff1ae682a423c7d41265e62d47
Commit: d2ac467a108400ff1ae682a423c7d41265e62d47
Parent: c1194c793240330ce59500d67737e3f28b4bde40
Author: Thierry Reding <thierry.reding at avionic-design.de>
AuthorDate: Mon Aug 30 13:00:48 2010 +0200
Committer: David Woodhouse <David.Woodhouse at intel.com>
CommitDate: Mon Oct 25 00:13:45 2010 +0100
mtd: m25p80: Add support for the Winbond W25Q64
This patch adds support for the Winbond W25Q64 serial flash.
Signed-off-by: Thierry Reding <thierry.reding at avionic-design.de>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy at nokia.com>
Signed-off-by: David Woodhouse <David.Woodhouse at intel.com>
---
drivers/mtd/devices/m25p80.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/mtd/devices/m25p80.c b/drivers/mtd/devices/m25p80.c
index 1f0f703..b6fd7c2 100644
--- a/drivers/mtd/devices/m25p80.c
+++ b/drivers/mtd/devices/m25p80.c
@@ -716,6 +716,7 @@ static const struct spi_device_id m25p_ids[] = {
{ "w25x32", INFO(0xef3016, 0, 64 * 1024, 64, SECT_4K) },
{ "w25q32", INFO(0xef4016, 0, 64 * 1024, 64, SECT_4K) },
{ "w25x64", INFO(0xef3017, 0, 64 * 1024, 128, SECT_4K) },
+ { "w25q64", INFO(0xef4017, 0, 64 * 1024, 128, SECT_4K) },
/* Catalyst / On Semiconductor -- non-JEDEC */
{ "cat25c11", CAT25_INFO( 16, 8, 16, 1) },
More information about the linux-mtd-cvs
mailing list