Skip to content
Snippets Groups Projects
Commit c969abc4 authored by Rajeshwari Shinde's avatar Rajeshwari Shinde Committed by Mike Frysinger
Browse files

sf: winbond: add W25Q32


SMDK EVT1  has a different Winbond part, added its part details
to the SPI flash table.

Signed-off-by: default avatarAbhilash Kesavan <a.kesavan@samsung.com>
Signed-off-by: default avatarRajeshwari Shinde <rajeshwari.s@samsung.com>
Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 2d5e7c7a
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,11 @@ static const struct winbond_spi_flash_params winbond_spi_flash_table[] = {
.nr_blocks = 256,
.name = "W25Q128",
},
{
.id = 0x5014,
.nr_blocks = 128,
.name = "W25Q80",
},
};
struct spi_flash *spi_flash_probe_winbond(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