aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/spi-nor
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-07-27 17:56:08 -0400
committerBrian Norris <computersforpeace@gmail.com>2014-08-19 14:53:06 -0400
commitf2fabe16b819cdead86fb38c8ab88a0d9c308293 (patch)
tree071987824fc6304633f79c88d288d05a5fa3889f /drivers/mtd/spi-nor
parent7b7d8982f0169d5ac67c6c2877449fb7f6968cac (diff)
mtd: spi-nor: add support for Micron M25PX80
This commit adds the support in the spi-nor driver of the Micron M25PX80 flash, a 8 Mbit SPI flash from Micron. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'drivers/mtd/spi-nor')
-rw-r--r--drivers/mtd/spi-nor/spi-nor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c
index b5ad6bebf5e7..4dc0c8662265 100644
--- a/drivers/mtd/spi-nor/spi-nor.c
+++ b/drivers/mtd/spi-nor/spi-nor.c
@@ -611,6 +611,7 @@ const struct spi_device_id spi_nor_ids[] = {
611 { "m25px32-s0", INFO(0x207316, 0, 64 * 1024, 64, SECT_4K) }, 611 { "m25px32-s0", INFO(0x207316, 0, 64 * 1024, 64, SECT_4K) },
612 { "m25px32-s1", INFO(0x206316, 0, 64 * 1024, 64, SECT_4K) }, 612 { "m25px32-s1", INFO(0x206316, 0, 64 * 1024, 64, SECT_4K) },
613 { "m25px64", INFO(0x207117, 0, 64 * 1024, 128, 0) }, 613 { "m25px64", INFO(0x207117, 0, 64 * 1024, 128, 0) },
614 { "m25px80", INFO(0x207114, 0, 64 * 1024, 16, 0) },
614 615
615 /* Winbond -- w25x "blocks" are 64K, "sectors" are 4KiB */ 616 /* Winbond -- w25x "blocks" are 64K, "sectors" are 4KiB */
616 { "w25x10", INFO(0xef3011, 0, 64 * 1024, 2, SECT_4K) }, 617 { "w25x10", INFO(0xef3011, 0, 64 * 1024, 2, SECT_4K) },