public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] mtd: spi-nor: update flags for n25q128a
@ 2016-02-27  2:07 Ezequiel Garcia
  2016-02-27 11:25 ` Rafał Miłecki
  0 siblings, 1 reply; 5+ messages in thread
From: Ezequiel Garcia @ 2016-02-27  2:07 UTC (permalink / raw)
  To: linux-mtd
  Cc: Brian Norris, Thomas Petazzoni, Boris Brezillon, Gregory Clement,
	Ezequiel Garcia

Micron n25q128a support subsector (4K) erase, and the hardware
protection TB (Top/Bottom) bit. Let's update its flags.

Tested on n25q128a13.

Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
---
 drivers/mtd/spi-nor/spi-nor.c | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c
index 1348a3247472..37f661bd14f3 100644
--- a/drivers/mtd/spi-nor/spi-nor.c
+++ b/drivers/mtd/spi-nor/spi-nor.c
@@ -864,8 +864,12 @@ static const struct flash_info spi_nor_ids[] = {
 	{ "n25q032a",	 INFO(0x20bb16, 0, 64 * 1024,   64, SPI_NOR_QUAD_READ) },
 	{ "n25q064",     INFO(0x20ba17, 0, 64 * 1024,  128, SECT_4K | SPI_NOR_QUAD_READ) },
 	{ "n25q064a",    INFO(0x20bb17, 0, 64 * 1024,  128, SECT_4K | SPI_NOR_QUAD_READ) },
-	{ "n25q128a11",  INFO(0x20bb18, 0, 64 * 1024,  256, SPI_NOR_QUAD_READ) },
-	{ "n25q128a13",  INFO(0x20ba18, 0, 64 * 1024,  256, SPI_NOR_QUAD_READ) },
+	{ "n25q128a11",  INFO(0x20bb18, 0, 64 * 1024,  256,
+		 SECT_4K | SPI_NOR_QUAD_READ |
+		 SPI_NOR_HAS_LOCK | SPI_NOR_HAS_TB) },
+	{ "n25q128a13",  INFO(0x20ba18, 0, 64 * 1024,  256,
+		 SECT_4K | SPI_NOR_QUAD_READ |
+		 SPI_NOR_HAS_LOCK | SPI_NOR_HAS_TB) },
 	{ "n25q256a",    INFO(0x20ba19, 0, 64 * 1024,  512, SECT_4K | SPI_NOR_QUAD_READ) },
 	{ "n25q512a",    INFO(0x20bb20, 0, 64 * 1024, 1024, SECT_4K | USE_FSR | SPI_NOR_QUAD_READ) },
 	{ "n25q512ax3",  INFO(0x20ba20, 0, 64 * 1024, 1024, SECT_4K | USE_FSR | SPI_NOR_QUAD_READ) },
-- 
2.7.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-03-06 20:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-27  2:07 [PATCH] mtd: spi-nor: update flags for n25q128a Ezequiel Garcia
2016-02-27 11:25 ` Rafał Miłecki
2016-02-28 19:06   ` Ezequiel Garcia
2016-03-05  3:19   ` Brian Norris
2016-03-06 20:53     ` Rafał Miłecki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox