From patchwork Tue Jun 12 19:42:40 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: mtd: m25p80: Add support for m25pe20 Date: Tue, 12 Jun 2012 09:42:40 -0000 From: Alexandre Pereira da Silva X-Patchwork-Id: 164490 Message-Id: <1339530160-23579-1-git-send-email-aletes.xgr@gmail.com> To: David Woodhouse , Artem Bityutskiy , Dmitry Eremin-Solenikov , Brian Norris , linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org Cc: Alexandre Pereira da Silva Signed-off-by: Alexandre Pereira da Silva --- 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 5967219..53c77bf 100644 --- a/drivers/mtd/devices/m25p80.c +++ b/drivers/mtd/devices/m25p80.c @@ -715,6 +715,7 @@ static const struct spi_device_id m25p_ids[] = { { "m45pe80", INFO(0x204014, 0, 64 * 1024, 16, 0) }, { "m45pe16", INFO(0x204015, 0, 64 * 1024, 32, 0) }, + { "m25pe20", INFO(0x208012, 0, 64 * 1024, 4, 0) }, { "m25pe80", INFO(0x208014, 0, 64 * 1024, 16, 0) }, { "m25pe16", INFO(0x208015, 0, 64 * 1024, 32, SECT_4K) },