From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Robinson Date: Sat, 7 Dec 2019 10:28:33 +0000 Subject: [PATCH] mtd: spi-nor: ids: Add GigaDevice gd25q128 In-Reply-To: <20191114000122.1421686-1-pbrobinson@gmail.com> References: <20191114000122.1421686-1-pbrobinson@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Ping, any chance of getting this reviewed? On Thu, Nov 14, 2019 at 12:01 AM Peter Robinson wrote: > > Add gd25q128 128Mbit chip to spi-nor id table. > > Tested on Pinebook Pro > > Signed-off-by: Peter Robinson > --- > drivers/mtd/spi/spi-nor-ids.c | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/drivers/mtd/spi/spi-nor-ids.c b/drivers/mtd/spi/spi-nor-ids.c > index d3b84574ac..973b6f86c9 100644 > --- a/drivers/mtd/spi/spi-nor-ids.c > +++ b/drivers/mtd/spi/spi-nor-ids.c > @@ -107,6 +107,11 @@ const struct flash_info spi_nor_ids[] = { > SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ | > SPI_NOR_HAS_LOCK | SPI_NOR_HAS_TB) > }, > + { > + INFO("gd25q128", 0xc84018, 0, 64 * 1024, 256, > + SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ | > + SPI_NOR_HAS_LOCK | SPI_NOR_HAS_TB) > + }, > { > INFO("gd25lq128", 0xc86018, 0, 64 * 1024, 256, > SECT_4K | SPI_NOR_DUAL_READ | > -- > 2.23.0 >