aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/devices
diff options
context:
space:
mode:
authorGravatar Igor Grinberg <grinberg@compulab.co.il> 2013-11-11 22:55:29 +0200
committerGravatar Brian Norris <computersforpeace@gmail.com> 2014-01-03 11:22:21 -0800
commit574926c5bc3d787bb0b935b99d8825b3199ba76b (patch)
tree49e18e4f79f6961765d8cdfdc111e5cd4b01c53b /drivers/mtd/devices
parentmtd: nand: mxc_nand: Check the return value from clk_prepare_enable() (diff)
downloadlinux-574926c5bc3d787bb0b935b99d8825b3199ba76b.tar.gz
linux-574926c5bc3d787bb0b935b99d8825b3199ba76b.tar.bz2
linux-574926c5bc3d787bb0b935b99d8825b3199ba76b.zip
mtd: m25p80: add support for m25px16
Add support for Micron m25px16 spi flash chip. Signed-off-by: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'drivers/mtd/devices')
-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 7dc2c147720a..7b976e869636 100644
--- a/drivers/mtd/devices/m25p80.c
+++ b/drivers/mtd/devices/m25p80.c
@@ -998,6 +998,7 @@ static const struct spi_device_id m25p_ids[] = {
{ "m25pe80", INFO(0x208014, 0, 64 * 1024, 16, 0) },
{ "m25pe16", INFO(0x208015, 0, 64 * 1024, 32, SECT_4K) },
+ { "m25px16", INFO(0x207115, 0, 64 * 1024, 32, SECT_4K) },
{ "m25px32", INFO(0x207116, 0, 64 * 1024, 64, SECT_4K) },
{ "m25px32-s0", INFO(0x207316, 0, 64 * 1024, 64, SECT_4K) },
{ "m25px32-s1", INFO(0x206316, 0, 64 * 1024, 64, SECT_4K) },