]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
sf: winbond: Add W25Q64W
authorJagannadha Sutradharudu Teki <jaganna@xilinx.com>
Wed, 23 Jan 2013 12:29:29 +0000 (13:29 +0100)
committerTom Rini <trini@ti.com>
Wed, 6 Feb 2013 15:10:00 +0000 (10:10 -0500)
Add support for Winbond's W25Q64W SPI flash.
This device is used on xilinx zynq emulation platform.

Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/mtd/spi/winbond.c

index f6aab3d32f459d82d0a9e606f4382fe67981160f..441830216944ef035d233ee72afd8e13b4662e50 100644 (file)
@@ -67,6 +67,11 @@ static const struct winbond_spi_flash_params winbond_spi_flash_table[] = {
                .nr_blocks              = 128,
                .name                   = "W25Q80",
        },
+       {
+               .id                     = 0x6017,
+               .nr_blocks              = 128,
+               .name                   = "W25Q64DW",
+       },
 };
 
 struct spi_flash *spi_flash_probe_winbond(struct spi_slave *spi, u8 *idcode)