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:
7bb9c75
)
mtd: m25p80: Add support for m25pe20
author
Alexandre Pereira da Silva
<
[email protected]
>
Tue, 12 Jun 2012 19:42:40 +0000
(16:42 -0300)
committer
David Woodhouse
<
[email protected]
>
Fri, 6 Jul 2012 17:17:06 +0000
(18:17 +0100)
Signed-off-by: Alexandre Pereira da Silva <
[email protected]
>
Signed-off-by: Artem Bityutskiy <
[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 4b8b45435e0f0fa17c86b0bcee68e73eed357849..e924b4b378393336caec9681acacbe68e5c7140a 100644
(file)
--- a/
drivers/mtd/devices/m25p80.c
+++ b/
drivers/mtd/devices/m25p80.c
@@
-714,6
+714,7
@@
static const struct spi_device_id m25p_ids[] = {
{ "m45pe80", INFO(0x204014, 0, 64 * 1024, 16, 0) },
{ "m45pe16", INFO(0x204015, 0, 64 * 1024, 32, 0) },
+ { "m25pe20", INFO(0x208012, 0, 64 * 1024, 4, 0) },
{ "m25pe80", INFO(0x208014, 0, 64 * 1024, 16, 0) },
{ "m25pe16", INFO(0x208015, 0, 64 * 1024, 32, SECT_4K) },