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-30 20:02:03 +0200
commit51a75c32320b49f358def3105946c43c0cc1d223 (patch)
treeab9065e1f4395ba745f4ce1736e87008a078d9d6
parent3ea780b7a13a70f8d4d4b51c9e76d20903040578 (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) },