From patchwork Wed Feb 13 03:23:13 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot,06/14] sf: winbond: add W25Q32DW Date: Tue, 12 Feb 2013 17:23:13 -0000 From: Allen Martin X-Patchwork-Id: 220054 Message-Id: <1360725802-5518-7-git-send-email-amartin@nvidia.com> To: , , Cc: u-boot@lists.denx.de Add support for Winbond W25Q32DW 32Mbit part Signed-off-by: Allen Martin --- 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 f6aab3d..9156957 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", + }, }; struct spi_flash *spi_flash_probe_winbond(struct spi_slave *spi, u8 *idcode)