mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue