From: Alexandre Pereira da Silva Date: Tue, 12 Jun 2012 19:42:40 +0000 (-0300) Subject: mtd: m25p80: Add support for m25pe20 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=943b35a6da6c66b12a581b914195199bd0815390;p=~shefty%2Frdma-dev.git mtd: m25p80: Add support for m25pe20 Signed-off-by: Alexandre Pereira da Silva Signed-off-by: Artem Bityutskiy Signed-off-by: David Woodhouse --- diff --git a/drivers/mtd/devices/m25p80.c b/drivers/mtd/devices/m25p80.c index 4b8b45435e0..e924b4b3783 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[] = { { "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) },