projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fbd8d1
)
mtd: spi-nor: add support for ISSI is25lp128
author
Angelo Dureghello
<angelo@sysam.it>
Sat, 18 Nov 2017 23:48:23 +0000
(
00:48
+0100)
committer
Cyrille Pitchen
<cyrille.pitchen@wedev4u.fr>
Tue, 12 Dec 2017 23:35:59 +0000
(
00:35
+0100)
Add support for ISSI is25lp128 spi nor flash.
Signed-off-by: Angelo Dureghello <angelo@sysam.it>
Signed-off-by: Cyrille Pitchen <cyrille.pitchen@wedev4u.fr>
drivers/mtd/spi-nor/spi-nor.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/spi-nor/spi-nor.c
b/drivers/mtd/spi-nor/spi-nor.c
index bc266f70a15b319f003916bd08184c2f8829a092..7139ad6ada4e3c0d0fdda0242792b9035b319801 100644
(file)
--- a/
drivers/mtd/spi-nor/spi-nor.c
+++ b/
drivers/mtd/spi-nor/spi-nor.c
@@
-1021,6
+1021,8
@@
static const struct flash_info spi_nor_ids[] = {
/* ISSI */
{ "is25cd512", INFO(0x7f9d20, 0, 32 * 1024, 2, SECT_4K) },
+ { "is25lp128", INFO(0x9d6018, 0, 64 * 1024, 256,
+ SECT_4K | SPI_NOR_DUAL_READ) },
/* Macronix */
{ "mx25l512e", INFO(0xc22010, 0, 64 * 1024, 1, SECT_4K) },