From: Allen Martin Date: Sat, 16 Mar 2013 18:58:08 +0000 (+0000) Subject: sf: winbond: add W25Q32DW X-Git-Tag: v2013.04-rc2~14^2~4^2~10 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=772ba15474f73adc942e817cc072b6e9750836cc;p=u-boot sf: winbond: add W25Q32DW Add support for Winbond W25Q32DW 32Mbit part Signed-off-by: Allen Martin Signed-off-by: Tom Warren Reviewed-by: Stephen Warren --- diff --git a/drivers/mtd/spi/winbond.c b/drivers/mtd/spi/winbond.c index 4418302169..3560fcb6ba 100644 --- a/drivers/mtd/spi/winbond.c +++ b/drivers/mtd/spi/winbond.c @@ -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,