Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1672604
| From | Harry Chou <harryyc.chou@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] mtd: spi-nor: Add support for Spansion S25FL064L |
| Date | 2017-06-22 15:00 +0200 |
| Message-ID | <tV9Si-4Ry-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
It's an 8 MiB flash with 4 KiB erase sectors.
Signed-off-by: Harry Chou <HarryYC.Chou@gmail.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 dea8c9c..1f84765 100644
--- a/drivers/mtd/spi-nor/spi-nor.c
+++ b/drivers/mtd/spi-nor/spi-nor.c
@@ -1076,6 +1076,7 @@ static const struct flash_info spi_nor_ids[] = {
{ "s25fl164k", INFO(0x014017, 0, 64 * 1024, 128, SECT_4K) },
{ "s25fl204k", INFO(0x014013, 0, 64 * 1024, 8, SECT_4K | SPI_NOR_DUAL_READ) },
{ "s25fl208k", INFO(0x014014, 0, 64 * 1024, 16, SECT_4K | SPI_NOR_DUAL_READ) },
+ { "s25fl064l", INFO(0x016017, 0, 64 * 1024, 128, SECT_4K) },
/* SST -- large erase sizes are "overlays", "sectors" are 4K */
{ "sst25vf040b", INFO(0xbf258d, 0, 64 * 1024, 8, SECT_4K | SST_WRITE) },
--
2.7.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] mtd: spi-nor: Add support for Spansion S25FL064L Harry Chou <harryyc.chou@gmail.com> - 2017-06-22 15:00 +0200 Re: [PATCH] mtd: spi-nor: Add support for Spansion S25FL064L Cyrille Pitchen <cyrille.pitchen@microchip.com> - 2017-06-22 15:30 +0200
csiph-web