Skip to content
Snippets Groups Projects
Commit 4a4cb4e1 authored by Michal Simek's avatar Michal Simek Committed by Mike Frysinger
Browse files

sf: spansion: Add support for S25FL256S


Add support for Spansion S25FL256S SPI flash.

Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent c75942c7
No related branches found
No related tags found
No related merge requests found
......@@ -96,6 +96,13 @@ static const struct spansion_spi_flash_params spansion_spi_flash_table[] = {
.nr_sectors = 256,
.name = "S25FL129P_64K",
},
{
.idcode1 = 0x2019,
.idcode2 = 0x4d01,
.pages_per_sector = 256,
.nr_sectors = 512,
.name = "S25FL256S",
},
};
struct spi_flash *spi_flash_probe_spansion(struct spi_slave *spi, u8 *idcode)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment