summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2018-10-31 20:13:13 -0700
committerNitin Garg <nitin.garg@nxp.com>2018-11-02 20:50:09 -0500
commit04b813d4687028ce65c9772029d5da5500ec2e1c (patch)
tree339936e51c0bd7742ac68dc523acb8eafe205e64 /drivers
parent8cd43400c1539f1e48f952d23626dbaf03986dc4 (diff)
MLK-20154-1 mtd: spi: Add flash id for GD25LQ16
iMX8MM DDR3L validation board uses GD25LQ16, but its id is not in u-boot flash ids table. Add the new id and parameters into the table. Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mtd/spi/spi_flash_ids.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/spi/spi_flash_ids.c b/drivers/mtd/spi/spi_flash_ids.c
index de6fe4995e..9121332a59 100644
--- a/drivers/mtd/spi/spi_flash_ids.c
+++ b/drivers/mtd/spi/spi_flash_ids.c
@@ -66,6 +66,7 @@ const struct spi_flash_info spi_flash_ids[] = {
{"gd25q16c", INFO(0xc84015, 0x0, 64 * 1024, 32, SECT_4K) },
{"gd25q64b", INFO(0xc84017, 0x0, 64 * 1024, 128, SECT_4K) },
{"gd25lq32", INFO(0xc86016, 0x0, 64 * 1024, 64, SECT_4K) },
+ {"gd25lq16", INFO(0xc86015, 0x0, 64 * 1024, 32, SECT_4K) },
#endif
#ifdef CONFIG_SPI_FLASH_ISSI /* ISSI */
{"is25lq040b", INFO(0x9d4013, 0x0, 64 * 1024, 8, 0) },