summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Nyekjaer <[email protected]>2017-11-20 11:53:38 +0100
committerJagan Teki <[email protected]>2017-11-21 19:24:47 +0530
commitb4fbcbc5a5e406731cccf62102e383f9dac62398 (patch)
treef95a5632add4874010d428469f10391007267516
parent16fa2eb95172e63820ee5f3d4052f3362a6de84e (diff)
mtd/spi: add support for is25lq040b
Signed-off-by: Sean Nyekjaer <[email protected]> Reviewed-by: Jagan Teki <[email protected]>
-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 13f64e773fe..32c6123a032 100644
--- a/drivers/mtd/spi/spi_flash_ids.c
+++ b/drivers/mtd/spi/spi_flash_ids.c
@@ -70,6 +70,7 @@ const struct spi_flash_info spi_flash_ids[] = {
{"is25lp032", INFO(0x9d6016, 0x0, 64 * 1024, 64, 0) },
{"is25lp064", INFO(0x9d6017, 0x0, 64 * 1024, 128, 0) },
{"is25lp128", INFO(0x9d6018, 0x0, 64 * 1024, 256, 0) },
+ {"is25lq040b", INFO(0x9d4013, 0x0, 64 * 1024, 64, 0) },
#endif
#ifdef CONFIG_SPI_FLASH_MACRONIX /* MACRONIX */
{"mx25l2006e", INFO(0xc22012, 0x0, 64 * 1024, 4, 0) },