From patchwork Sun Feb 10 18:53:44 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: mtd: m25p80: add support for Macronix MX66L51235L Date: Sun, 10 Feb 2013 08:53:44 -0000 From: Daniel Schwierzeck X-Patchwork-Id: 219514 Message-Id: <1360522424-3360-1-git-send-email-daniel.schwierzeck@gmail.com> To: linux-mtd@lists.infradead.org Cc: Artem Bityutskiy , Daniel Schwierzeck Signed-off-by: Daniel Schwierzeck --- 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 33ec9229..702c3e2 100644 --- a/drivers/mtd/devices/m25p80.c +++ b/drivers/mtd/devices/m25p80.c @@ -663,6 +663,7 @@ static const struct spi_device_id m25p_ids[] = { { "mx25l12855e", INFO(0xc22618, 0, 64 * 1024, 256, 0) }, { "mx25l25635e", INFO(0xc22019, 0, 64 * 1024, 512, 0) }, { "mx25l25655e", INFO(0xc22619, 0, 64 * 1024, 512, 0) }, + { "mx66l51235l", INFO(0xc2201a, 0, 64 * 1024, 1024, 0) }, /* Micron */ { "n25q128", INFO(0x20ba18, 0, 64 * 1024, 256, 0) },