[PATCH] mtd: m25p80: add support for Macronix MX66L51235L

Daniel Schwierzeck daniel.schwierzeck at gmail.com
Sun Feb 10 13:53:44 EST 2013


Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck at gmail.com>
---
 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) },
-- 
1.8.1.1




More information about the linux-mtd mailing list