mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-17 12:41:32 +00:00
sf: winbond: add W25Q32DW
Add support for Winbond W25Q32DW 32Mbit part Signed-off-by: Allen Martin <amartin@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com> Reviewed-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
parent
78f47b7353
commit
772ba15474
1 changed files with 5 additions and 0 deletions
|
@ -67,6 +67,11 @@ static const struct winbond_spi_flash_params winbond_spi_flash_table[] = {
|
|||
.nr_blocks = 128,
|
||||
.name = "W25Q80",
|
||||
},
|
||||
{
|
||||
.id = 0x6016,
|
||||
.nr_blocks = 512,
|
||||
.name = "W25Q32DW",
|
||||
},
|
||||
{
|
||||
.id = 0x6017,
|
||||
.nr_blocks = 128,
|
||||
|
|
Loading…
Add table
Reference in a new issue