Skip to content
Snippets Groups Projects
Commit 1bfb9f15 authored by Xie Xiaobo's avatar Xie Xiaobo Committed by Andy Fleming
Browse files

sf: spansion: Add support for S25FL128S


SPANSION recommend S25FL128S supersedes S25FL129P, and the two flash
memory have the same device ID and Memory architecture. So they can
use the same config parameters.

Signed-off-by: default avatarXie Xiaobo <X.Xie@freescale.com>
Signed-off-by: default avatarAndy Fleming <afleming@freescale.com>
parent f9539a9c
No related branches found
No related tags found
No related merge requests found
...@@ -94,7 +94,7 @@ static const struct spansion_spi_flash_params spansion_spi_flash_table[] = { ...@@ -94,7 +94,7 @@ static const struct spansion_spi_flash_params spansion_spi_flash_table[] = {
.idcode2 = 0x4d01, .idcode2 = 0x4d01,
.pages_per_sector = 256, .pages_per_sector = 256,
.nr_sectors = 256, .nr_sectors = 256,
.name = "S25FL129P_64K", .name = "S25FL129P_64K/S25FL128S",
}, },
{ {
.idcode1 = 0x0219, .idcode1 = 0x0219,
......
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