From 47386b55072dd55f1e852f38fe5676a1f432b7b8 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Thu, 7 Dec 2017 11:59:11 +0100 Subject: sf: add entry for Winbond w25x20 Signed-off-by: Jakob Unterwurzacher --- drivers/mtd/spi/spi_flash_ids.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/mtd/spi/spi_flash_ids.c') diff --git a/drivers/mtd/spi/spi_flash_ids.c b/drivers/mtd/spi/spi_flash_ids.c index 13f64e773f..5b2428b551 100644 --- a/drivers/mtd/spi/spi_flash_ids.c +++ b/drivers/mtd/spi/spi_flash_ids.c @@ -154,6 +154,7 @@ const struct spi_flash_info spi_flash_ids[] = { {"w25p80", INFO(0xef2014, 0x0, 64 * 1024, 16, 0) }, {"w25p16", INFO(0xef2015, 0x0, 64 * 1024, 32, 0) }, {"w25p32", INFO(0xef2016, 0x0, 64 * 1024, 64, 0) }, + {"w25x20", INFO(0xef3012, 0x0, 64 * 1024, 4, SECT_4K) }, {"w25x40", INFO(0xef3013, 0x0, 64 * 1024, 8, SECT_4K) }, {"w25x16", INFO(0xef3015, 0x0, 64 * 1024, 32, SECT_4K) }, {"w25x32", INFO(0xef3016, 0x0, 64 * 1024, 64, SECT_4K) }, -- cgit v1.2.3