aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMurali Karicheri <m-karicheri2@ti.com>2011-11-21 16:24:30 -0500
committerCyril Chemparathy <cyril@ti.com>2012-09-21 10:43:59 -0400
commitc3711618b1cf9076839e5ec03fafe0a1c63c943d (patch)
treec96e2ed80911803742b6f1a3fdb1aa9fa1d65afd
parent67f774763098b5e69110869b8f5c900c6d354e4d (diff)
downloadlinux-keystone-c3711618b1cf9076839e5ec03fafe0a1c63c943d.tar.gz
mtd: add device-id for numonyx nor flash
Added device-id definition for Numonix SPI NOR flash device. Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
-rw-r--r--drivers/mtd/devices/m25p80.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mtd/devices/m25p80.c b/drivers/mtd/devices/m25p80.c
index 5d0d68c3fe27a7..1b00d642df2176 100644
--- a/drivers/mtd/devices/m25p80.c
+++ b/drivers/mtd/devices/m25p80.c
@@ -700,6 +700,9 @@ static const struct spi_device_id m25p_ids[] = {
{ "m25p64", INFO(0x202017, 0, 64 * 1024, 128, 0) },
{ "m25p128", INFO(0x202018, 0, 256 * 1024, 64, 0) },
+ /* Numonyx */
+ { "n25q032", INFO(0x20bb16, 0, 64 * 1024, 64, 0) },
+
{ "m25p05-nonjedec", INFO(0, 0, 32 * 1024, 2, 0) },
{ "m25p10-nonjedec", INFO(0, 0, 32 * 1024, 4, 0) },
{ "m25p20-nonjedec", INFO(0, 0, 64 * 1024, 4, 0) },