mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
sf: winbond: Add support for W25Q16DW
Add support for Winbond W25Q16DW SPI flash. Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
This commit is contained in:
parent
920559f19e
commit
f0293fb595
1 changed files with 5 additions and 0 deletions
|
@ -87,6 +87,11 @@ static const struct winbond_spi_flash_params winbond_spi_flash_table[] = {
|
|||
.nr_blocks = 16,
|
||||
.name = "W25Q80BW",
|
||||
},
|
||||
{
|
||||
.id = 0x6015,
|
||||
.nr_blocks = 32,
|
||||
.name = "W25Q16DW",
|
||||
},
|
||||
{
|
||||
.id = 0x6016,
|
||||
.nr_blocks = 64,
|
||||
|
|
Loading…
Reference in a new issue