All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] spi-nor: Add Winbond w25q512jv
@ 2017-06-16  3:01 Benjamin Herrenschmidt
  0 siblings, 0 replies; only message in thread
From: Benjamin Herrenschmidt @ 2017-06-16  3:01 UTC (permalink / raw)
  To: linux-mtd@lists.infradead.org

Similar to the other ones, different size. The "JV" suffix is in
the datasheet, I haven't seen mentions of a different one.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

--- a/drivers/mtd/spi-nor/spi-nor.c
+++ b/drivers/mtd/spi-nor/spi-nor.c
@@ -1160,6 +1160,7 @@ static const struct flash_info spi_nor_ids[] = {
        { "w25q80bl", INFO(0xef4014, 0, 64 * 1024,  16, SECT_4K) },
        { "w25q128", INFO(0xef4018, 0, 64 * 1024, 256, SECT_4K) },
        { "w25q256", INFO(0xef4019, 0, 64 * 1024, 512, SECT_4K) },
+       { "w25q512jv", INFO(0xef7119, 0, 64 * 1024, 1024, SECT_4K) },
 
        /* Catalyst / On Semiconductor -- non-JEDEC */
        { "cat25c11", CAT25_INFO(  16, 8, 16, 1, SPI_NOR_NO_ERASE | SPI_NOR_NO_FR) },

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-06-16  3:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-16  3:01 [PATCH] spi-nor: Add Winbond w25q512jv Benjamin Herrenschmidt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.