]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/mtd/spi/winbond.c
sf: winbond: Add W25Q64W
[karo-tx-uboot.git] / 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)