aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-12-19 07:57:40 -0500
committerTom Rini <trini@konsulko.com>2017-12-19 07:57:40 -0500
commitb55c89ce0207d3a504238c1b8f268c56035656a3 (patch)
treed7ec86a3b965b1eb824e3493994e20a3875ca2e1 /drivers
parent76cc372879e2f2f0467e8a3875f097d189647793 (diff)
parent065592b40b41b11ee66d8ff71a55156bf1b35088 (diff)
downloadu-boot-b55c89ce0207d3a504238c1b8f268c56035656a3.zip
u-boot-b55c89ce0207d3a504238c1b8f268c56035656a3.tar.gz
u-boot-b55c89ce0207d3a504238c1b8f268c56035656a3.tar.bz2
Merge git://git.denx.de/u-boot-spi
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 13f64e7..262d81e 100644
--- a/drivers/mtd/spi/spi_flash_ids.c
+++ b/drivers/mtd/spi/spi_flash_ids.c
@@ -67,6 +67,7 @@ const struct spi_flash_info spi_flash_ids[] = {
{"gd25lq32", INFO(0xc86016, 0x0, 64 * 1024, 64, SECT_4K) },
#endif
#ifdef CONFIG_SPI_FLASH_ISSI /* ISSI */
+ {"is25lq040b", INFO(0x9d4013, 0x0, 64 * 1024, 8, 0) },
{"is25lp032", INFO(0x9d6016, 0x0, 64 * 1024, 64, 0) },
{"is25lp064", INFO(0x9d6017, 0x0, 64 * 1024, 128, 0) },
{"is25lp128", INFO(0x9d6018, 0x0, 64 * 1024, 256, 0) },