summaryrefslogtreecommitdiff
path: root/drivers/mtd
diff options
context:
space:
mode:
authorShengzhou Liu <Shengzhou.Liu@freescale.com>2014-05-21 09:12:09 (GMT)
committerJose Rivera <German.Rivera@freescale.com>2014-05-22 19:15:56 (GMT)
commit96482186fdab5f92eafd3d72d953884fce68f5eb (patch)
tree0e29f541bb21f9401d6e0a1854bf3226db658484 /drivers/mtd
parent19a3cb27032c8b5d62d174aed1897a0048717e74 (diff)
downloadlinux-fsl-qoriq-96482186fdab5f92eafd3d72d953884fce68f5eb.tar.xz
mtd/spi: support en25s64 device
Add support for EON en25s64 spi device. Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com> Change-Id: Ia16f275a272c0fa338d7c22d1b3bc95897c7ba28 Reviewed-on: http://git.am.freescale.net:8181/12664 Tested-by: Review Code-CDREVIEW <CDREVIEW@freescale.com> Reviewed-by: Shaohui Xie <Shaohui.Xie@freescale.com> Reviewed-by: Jose Rivera <German.Rivera@freescale.com>
Diffstat (limited to 'drivers/mtd')
-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 77083c6..dfa5af13 100644
--- a/drivers/mtd/devices/m25p80.c
+++ b/drivers/mtd/devices/m25p80.c
@@ -755,6 +755,7 @@ static const struct spi_device_id m25p_ids[] = {
{ "en25q32b", INFO(0x1c3016, 0, 64 * 1024, 64, 0) },
{ "en25p64", INFO(0x1c2017, 0, 64 * 1024, 128, 0) },
{ "en25q64", INFO(0x1c3017, 0, 64 * 1024, 128, SECT_4K) },
+ { "en25s64", INFO(0x1c3817, 0, 64 * 1024, 128, 0) },
{ "en25qh256", INFO(0x1c7019, 0, 64 * 1024, 512, 0) },
/* Everspin */