sf: winbond: add W25Q32
SMDK EVT1 has a different Winbond part, added its part details to the SPI flash table. Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com> Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
2d5e7c7a4c
commit
c969abc470
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user