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-10-02 00:39:30 +0200
commit2b86d8ef434f33093b9942fcb54b32f920c958ab (patch)
treecbc856132786debd5fc5628541847a9f88263509
parent677d2493014d43337ccacb209e4a76d240ca36a3 (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) },