diff mbox

mtd: m25p80: add support for Macronix MX66L51235L

Message ID 1360522424-3360-1-git-send-email-daniel.schwierzeck@gmail.com
State New, archived
Headers show

Commit Message

Daniel Schwierzeck Feb. 10, 2013, 6:53 p.m. UTC
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
---
 drivers/mtd/devices/m25p80.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Artem Bityutskiy March 2, 2013, 3:27 p.m. UTC | #1
On Sun, 2013-02-10 at 19:53 +0100, Daniel Schwierzeck wrote:
> Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>

Pushed both of your patches to l2-mtd.git, thanks!
diff mbox

Patch

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) },