From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gate.crashing.org ([63.228.1.57]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1dLhP5-0000Cr-Sb for linux-mtd@lists.infradead.org; Fri, 16 Jun 2017 02:54:33 +0000 Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.13.8) with ESMTP id v5G2s8EC012923 for ; Thu, 15 Jun 2017 21:54:09 -0500 Message-ID: <1497581648.2897.91.camel@kernel.crashing.org> Subject: Re: [PATCH] spi-nor: Add Winbond w25q256jv From: Benjamin Herrenschmidt To: "linux-mtd@lists.infradead.org" Date: Fri, 16 Jun 2017 12:54:08 +1000 In-Reply-To: <1497581377.2897.90.camel@kernel.crashing.org> References: <1497581377.2897.90.camel@kernel.crashing.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2017-06-16 at 12:49 +1000, Benjamin Herrenschmidt wrote: > It's similar to the non-"jv" version with a different ID. > > Signed-off-by: Benjamin Herrenschmidt > --- Ignore this. It's a w25q512... not enough coffee today! > --- 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) }, > +       { "w25q256jv", INFO(0xef7119, 0, 64 * 1024, 512, SECT_4K) }, >   >         /* Catalyst / On Semiconductor -- non-JEDEC */ >         { "cat25c11", CAT25_INFO(  16, 8, 16, 1, SPI_NOR_NO_ERASE | SPI_NOR_NO_FR) },