From patchwork Mon Aug 30 11:00:48 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: m25p80: Add support for the Winbond W25Q64. X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 63023 Message-Id: <1283166048-28228-1-git-send-email-thierry.reding@avionic-design.de> To: linux-mtd@lists.infradead.org Cc: Thierry Reding , David Woodhouse Date: Mon, 30 Aug 2010 13:00:48 +0200 From: Thierry Reding List-Id: Linux MTD discussion mailing list This patch adds support for the Winbond W25Q64 serial flash. Signed-off-by: Thierry Reding --- 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 6f512b5..8cd2ec2 100644 --- a/drivers/mtd/devices/m25p80.c +++ b/drivers/mtd/devices/m25p80.c @@ -714,6 +714,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) },