aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices/m25p80.c
diff options
context:
space:
mode:
authorPhilipp Puschmann <pp@emlix.com>2017-10-19 10:12:47 +0200
committerCyrille Pitchen <cyrille.pitchen@wedev4u.fr>2017-10-29 20:57:19 +0100
commit282e45dc64d1832c9b51d2c6f6eb0a634c924fa7 (patch)
treef8b0d6f0e382740ce87fbd41eebbd0ee6f45d5cd /drivers/mtd/devices/m25p80.c
parentmtd: spi-nor: enable 4B opcodes for mx66l51235l (diff)
downloadlinux-dev-282e45dc64d1832c9b51d2c6f6eb0a634c924fa7.tar.xz
linux-dev-282e45dc64d1832c9b51d2c6f6eb0a634c924fa7.zip
mtd: spi-nor: Add support for mr25h128
Add Everspin mr25h128 16KB MRAM to the list of supported chips. Signed-off-by: Philipp Puschmann <pp@emlix.com> Signed-off-by: Cyrille Pitchen <cyrille.pitchen@wedev4u.fr>
Diffstat (limited to 'drivers/mtd/devices/m25p80.c')
-rw-r--r--drivers/mtd/devices/m25p80.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/devices/m25p80.c b/drivers/mtd/devices/m25p80.c
index 00eea6fd379c..dbe6a1de2bb8 100644
--- a/drivers/mtd/devices/m25p80.c
+++ b/drivers/mtd/devices/m25p80.c
@@ -359,6 +359,7 @@ static const struct spi_device_id m25p_ids[] = {
{"m25p32-nonjedec"}, {"m25p64-nonjedec"}, {"m25p128-nonjedec"},
/* Everspin MRAMs (non-JEDEC) */
+ { "mr25h128" }, /* 128 Kib, 40 MHz */
{ "mr25h256" }, /* 256 Kib, 40 MHz */
{ "mr25h10" }, /* 1 Mib, 40 MHz */
{ "mr25h40" }, /* 4 Mib, 40 MHz */