mtd: spi-nor: Move n25q032 entry to Micron devices list
Linux-MTD Mailing List
linux-mtd at lists.infradead.org
Mon Dec 15 19:59:06 PST 2014
Gitweb: http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=4414d3efe57df6168d1ea564d56557d76b5ad8c7
Commit: 4414d3efe57df6168d1ea564d56557d76b5ad8c7
Parent: 7a95db03040e8b11de21f367e2f1a3457c7a37b4
Author: Chunhe Lan <Chunhe.Lan at freescale.com>
AuthorDate: Thu Oct 30 11:26:12 2014 +0800
Committer: Brian Norris <computersforpeace at gmail.com>
CommitDate: Wed Nov 5 12:58:38 2014 -0800
mtd: spi-nor: Move n25q032 entry to Micron devices list
Because n25q032 is the Micron SPI chip, move it to Micron
devices list group. In order that know which Micron SPI
chips have been support at a glance.
Signed-off-by: Chunhe Lan <Chunhe.Lan at freescale.com>
Cc: Brian Norris <computersforpeace at gmail.com>
Cc: Marek Vasut <marex at denx.de>
Cc: Huang Shijie <shijie8 at gmail.com>
Acked-by: Marek Vasut <marex at denx.de>
Signed-off-by: Brian Norris <computersforpeace at gmail.com>
---
drivers/mtd/spi-nor/spi-nor.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c
index bfb67f1..c5325eb 100644
--- a/drivers/mtd/spi-nor/spi-nor.c
+++ b/drivers/mtd/spi-nor/spi-nor.c
@@ -521,6 +521,7 @@ static const struct spi_device_id spi_nor_ids[] = {
{ "mx66l1g55g", INFO(0xc2261b, 0, 64 * 1024, 2048, SPI_NOR_QUAD_READ) },
/* Micron */
+ { "n25q032", INFO(0x20ba16, 0, 64 * 1024, 64, 0) },
{ "n25q064", INFO(0x20ba17, 0, 64 * 1024, 128, 0) },
{ "n25q128a11", INFO(0x20bb18, 0, 64 * 1024, 256, 0) },
{ "n25q128a13", INFO(0x20ba18, 0, 64 * 1024, 256, 0) },
@@ -577,7 +578,6 @@ static const struct spi_device_id spi_nor_ids[] = {
{ "m25p32", INFO(0x202016, 0, 64 * 1024, 64, 0) },
{ "m25p64", INFO(0x202017, 0, 64 * 1024, 128, 0) },
{ "m25p128", INFO(0x202018, 0, 256 * 1024, 64, 0) },
- { "n25q032", INFO(0x20ba16, 0, 64 * 1024, 64, 0) },
{ "m25p05-nonjedec", INFO(0, 0, 32 * 1024, 2, 0) },
{ "m25p10-nonjedec", INFO(0, 0, 32 * 1024, 4, 0) },
More information about the linux-mtd-cvs
mailing list