mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
sf: spansion: Add support for S25FL256S
Add support for Spansion S25FL256S SPI flash. Signed-off-by: Michal Simek <monstr@monstr.eu> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
c75942c7b7
commit
4a4cb4e111
1 changed files with 7 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue