From 772ba15474f73adc942e817cc072b6e9750836cc Mon Sep 17 00:00:00 2001 From: Allen Martin Date: Sat, 16 Mar 2013 18:58:08 +0000 Subject: [PATCH] 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 --- drivers/mtd/spi/winbond.c | 5 +++++ 1 file changed, 5 insertions(+) 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, -- 2.39.2