diff --git a/drivers/mtd/spi/winbond.c b/drivers/mtd/spi/winbond.c index e07480bf1f..9fb4910f22 100644 --- a/drivers/mtd/spi/winbond.c +++ b/drivers/mtd/spi/winbond.c @@ -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,