projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16fa2eb
)
mtd/spi: add support for is25lq040b
author
Sean Nyekjaer
<sean.nyekjaer@prevas.dk>
Mon, 20 Nov 2017 10:53:38 +0000
(11:53 +0100)
committer
Jagan Teki
<jagan@amarulasolutions.com>
Tue, 21 Nov 2017 13:54:47 +0000
(19:24 +0530)
Signed-off-by: Sean Nyekjaer <sean.nyekjaer@prevas.dk>
Reviewed-by: Jagan Teki <jagan@openedev.com>
drivers/mtd/spi/spi_flash_ids.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/spi/spi_flash_ids.c
b/drivers/mtd/spi/spi_flash_ids.c
index 13f64e773fed4c4c9213c3e201a81605fc7ca76e..32c6123a0323e065d317c12389e9c5d4d847798e 100644
(file)
--- 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) },