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:
f995275
)
mtd: m25p80: add support for EON EN25QH256
author
Daniel Schwierzeck
<
[email protected]
>
Sun, 10 Feb 2013 18:54:07 +0000
(19:54 +0100)
committer
David Woodhouse
<
[email protected]
>
Fri, 5 Apr 2013 10:58:02 +0000
(11:58 +0100)
Signed-off-by: Daniel Schwierzeck <
[email protected]
>
Signed-off-by: David Woodhouse <
[email protected]
>
drivers/mtd/devices/m25p80.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/devices/m25p80.c
b/drivers/mtd/devices/m25p80.c
index 38399cafa2178e603216668cf3013db889d87918..fcdcfc77b1b78b931aca15e7bcc479df9e9149cd 100644
(file)
--- a/
drivers/mtd/devices/m25p80.c
+++ b/
drivers/mtd/devices/m25p80.c
@@
-728,6
+728,7
@@
static const struct spi_device_id m25p_ids[] = {
{ "en25q32b", INFO(0x1c3016, 0, 64 * 1024, 64, 0) },
{ "en25p64", INFO(0x1c2017, 0, 64 * 1024, 128, 0) },
{ "en25q64", INFO(0x1c3017, 0, 64 * 1024, 128, SECT_4K) },
+ { "en25qh256", INFO(0x1c7019, 0, 64 * 1024, 512, 0) },
/* Everspin */
{ "mr25h256", CAT25_INFO( 32 * 1024, 1, 256, 2) },