From patchwork Mon Nov 19 22:59:44 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [REPOST] mtd: m25p80: add support for the Winbond w25q80bl chip X-Patchwork-Submitter: Stephen Warren X-Patchwork-Id: 200211 Message-Id: <1353365984-6000-1-git-send-email-swarren@wwwdotorg.org> To: David Woodhouse Cc: Stephen Warren , linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org Date: Mon, 19 Nov 2012 15:59:44 -0700 From: Stephen Warren List-Id: Linux MTD discussion mailing list From: Stephen Warren Signed-off-by: Stephen Warren --- drivers/mtd/devices/m25p80.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mtd/devices/m25p80.c b/drivers/mtd/devices/m25p80.c index 7e2d8f9..1518324 100644 --- a/drivers/mtd/devices/m25p80.c +++ b/drivers/mtd/devices/m25p80.c @@ -742,6 +742,7 @@ static const struct spi_device_id m25p_ids[] = { { "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) }, + { "w25q80bl", INFO(0xef4014, 0, 64 * 1024, 16, SECT_4K) }, { "w25q256", INFO(0xef4019, 0, 64 * 1024, 512, SECT_4K) }, /* Catalyst / On Semiconductor -- non-JEDEC */