summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher <jakob.unterwurzacher@theobroma-systems.com>2018-12-06 10:46:53 +0100
committerChristoph Muellner <christoph.muellner@theobroma-systems.com>2019-04-02 01:10:44 +0200
commitc47938872e53f30b0150911681ae095de98a96bb (patch)
treee61988db6639745c5abc0704f3dcd0e87d88c2d8
parent962c94db0c69679ac133c484b508de6f0fb6107f (diff)
mtd: spi-nor: add GigaDevice gd25lq32
This is the 1.8V version of the gd25q32.
-rw-r--r--drivers/mtd/spi-nor/spi-nor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c
index 276998ea0267..21e9613e621b 100644
--- a/drivers/mtd/spi-nor/spi-nor.c
+++ b/drivers/mtd/spi-nor/spi-nor.c
@@ -698,6 +698,7 @@ static const struct flash_info spi_nor_ids[] = {
/* GigaDevice */
{ "gd25q32", INFO(0xc84016, 0, 64 * 1024, 64, SECT_4K) },
+ { "gd25lq32", INFO(0xc86016, 0, 64 * 1024, 64, SECT_4K) },
{ "gd25q64", INFO(0xc84017, 0, 64 * 1024, 128, SECT_4K) },
{ "gd25q128", INFO(0xc84018, 0, 64 * 1024, 256, SECT_4K) },