* [PATCH] mtd: spi-nor: Add support for sst25wf040b
@ 2015-09-16 9:59 Yuan Yao
2015-09-29 20:17 ` Brian Norris
0 siblings, 1 reply; 2+ messages in thread
From: Yuan Yao @ 2015-09-16 9:59 UTC (permalink / raw)
To: dwmw2, computersforpeace; +Cc: linux-kernel, linux-mtd
It is a 512KiB flash with 4 KiB erase sectors.
Signed-off-by: Yuan Yao <yao.yuan@freescale.com>
---
drivers/mtd/spi-nor/spi-nor.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c
index f59aedf..cd02934 100644
--- a/drivers/mtd/spi-nor/spi-nor.c
+++ b/drivers/mtd/spi-nor/spi-nor.c
@@ -635,6 +635,7 @@ static const struct flash_info spi_nor_ids[] = {
{ "sst25wf010", INFO(0xbf2502, 0, 64 * 1024, 2, SECT_4K | SST_WRITE) },
{ "sst25wf020", INFO(0xbf2503, 0, 64 * 1024, 4, SECT_4K | SST_WRITE) },
{ "sst25wf020a", INFO(0x621612, 0, 64 * 1024, 4, SECT_4K) },
+ { "sst25wf040b", INFO(0x621613, 0, 64 * 1024, 8, SECT_4K) },
{ "sst25wf040", INFO(0xbf2504, 0, 64 * 1024, 8, SECT_4K | SST_WRITE) },
{ "sst25wf080", INFO(0xbf2505, 0, 64 * 1024, 16, SECT_4K | SST_WRITE) },
--
2.1.0.27.g96db324
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] mtd: spi-nor: Add support for sst25wf040b
2015-09-16 9:59 [PATCH] mtd: spi-nor: Add support for sst25wf040b Yuan Yao
@ 2015-09-29 20:17 ` Brian Norris
0 siblings, 0 replies; 2+ messages in thread
From: Brian Norris @ 2015-09-29 20:17 UTC (permalink / raw)
To: Yuan Yao; +Cc: dwmw2, linux-kernel, linux-mtd
On Wed, Sep 16, 2015 at 05:59:45PM +0800, Yuan Yao wrote:
> It is a 512KiB flash with 4 KiB erase sectors.
>
> Signed-off-by: Yuan Yao <yao.yuan@freescale.com>
Applied to l2-mtd.git
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-09-29 20:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-16 9:59 [PATCH] mtd: spi-nor: Add support for sst25wf040b Yuan Yao
2015-09-29 20:17 ` Brian Norris
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).