From: Lennert Buytenhek Date: Wed, 20 May 2009 11:07:11 +0000 (+0200) Subject: mtd: m25p80: add support for Macronix MX25L12805D X-Git-Tag: v2.6.31-rc1~53^2~24 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ab1ff210a86ae4ab5990b7bd2dc69fafbfa2355a;p=karo-tx-linux.git mtd: m25p80: add support for Macronix MX25L12805D Signed-off-by: Lennert Buytenhek 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 982572c1056c..59c46126a5ce 100644 --- a/drivers/mtd/devices/m25p80.c +++ b/drivers/mtd/devices/m25p80.c @@ -500,6 +500,9 @@ static struct flash_info __devinitdata m25p_data [] = { { "at26df161a", 0x1f4601, 0, 64 * 1024, 32, SECT_4K, }, { "at26df321", 0x1f4701, 0, 64 * 1024, 64, SECT_4K, }, + /* Macronix */ + { "mx25l12805d", 0xc22018, 0, 64 * 1024, 256, }, + /* Spansion -- single (large) sector size only, at least * for the chips listed here (without boot sectors). */