diff options
author | Tom Rini | 2017-12-19 07:57:40 -0500 |
---|---|---|
committer | Tom Rini | 2017-12-19 07:57:40 -0500 |
commit | b55c89ce0207d3a504238c1b8f268c56035656a3 (patch) | |
tree | d7ec86a3b965b1eb824e3493994e20a3875ca2e1 /drivers/mtd | |
parent | 76cc372879e2f2f0467e8a3875f097d189647793 (diff) | |
parent | 065592b40b41b11ee66d8ff71a55156bf1b35088 (diff) |
Merge git://git.denx.de/u-boot-spi
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/spi/spi_flash_ids.c | 1 |
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 13f64e773fe..262d81e98d5 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) }, |