sf: spansion: Correct the first byte of idcode1 for S25FL256S part
This patch corrected the first byte of idcode1 for S25FL256S SPI flash. Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
6e787b7234
commit
4e994c168f
|
@ -97,7 +97,7 @@ static const struct spansion_spi_flash_params spansion_spi_flash_table[] = {
|
|||
.name = "S25FL129P_64K",
|
||||
},
|
||||
{
|
||||
.idcode1 = 0x2019,
|
||||
.idcode1 = 0x0219,
|
||||
.idcode2 = 0x4d01,
|
||||
.pages_per_sector = 256,
|
||||
.nr_sectors = 512,
|
||||
|
|
Loading…
Reference in New Issue