sf: spansion: Add Spansion S25FL064P IDs
This is a S25FL064A successor. It supports up to 104MHz bus speed. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Heiko Schocher <hs@denx.de> Cc: Mike Frysinger <vapier@gentoo.org> Cc: Scott Wood <scottwood@freescale.com> Cc: Wolfgang Denk <wd@denx.de> Reviewed-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
This commit is contained in:
parent
48e0b2bd2b
commit
e90f7bde15
|
@ -89,6 +89,13 @@ static const struct spansion_spi_flash_params spansion_spi_flash_table[] = {
|
||||||
.nr_sectors = 64,
|
.nr_sectors = 64,
|
||||||
.name = "S25FL032P",
|
.name = "S25FL032P",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.idcode1 = 0x0216,
|
||||||
|
.idcode2 = 0x4d00,
|
||||||
|
.pages_per_sector = 256,
|
||||||
|
.nr_sectors = 128,
|
||||||
|
.name = "S25FL064P",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
.idcode1 = 0x2018,
|
.idcode1 = 0x2018,
|
||||||
.idcode2 = 0x4d01,
|
.idcode2 = 0x4d01,
|
||||||
|
|
Loading…
Reference in New Issue