mtd: add JEDEC ID for w25q32dw to chip table

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Fri Jul 6 13:59:04 EDT 2012


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=9d6367f4f7835131b2b3987d134fd4c44636fa8d
Commit:     9d6367f4f7835131b2b3987d134fd4c44636fa8d
Parent:     3d059693f6e0489066a98f455601137fa003df77
Author:     ing. Federico Fuga <fuga at studiofuga.com>
AuthorDate: Tue Jun 5 17:37:01 2012 +0200
Committer:  David Woodhouse <David.Woodhouse at intel.com>
CommitDate: Fri Jul 6 18:17:05 2012 +0100

    mtd: add JEDEC ID for w25q32dw to chip table
    
    Adds JEDEC ID for the 1.8V version of WinBond w25q32.
    
    Signed-off-by: Federico Fuga <fuga at studiofuga.com>
    Signed-off-by: Artem Bityutskiy <artem.bityutskiy at linux.intel.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 5d0d68c..4b8b454 100644
--- a/drivers/mtd/devices/m25p80.c
+++ b/drivers/mtd/devices/m25p80.c
@@ -730,6 +730,7 @@ static const struct spi_device_id m25p_ids[] = {
 	{ "w25x16", INFO(0xef3015, 0, 64 * 1024,  32, SECT_4K) },
 	{ "w25x32", INFO(0xef3016, 0, 64 * 1024,  64, SECT_4K) },
 	{ "w25q32", INFO(0xef4016, 0, 64 * 1024,  64, SECT_4K) },
+	{ "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) },
 	{ "w25q80", INFO(0xef5014, 0, 64 * 1024,  16, SECT_4K) },



More information about the linux-mtd-cvs mailing list