mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-26 22:29:33 +00:00
generic: fix pm25lv SPI flash support
SVN-Revision: 22804
This commit is contained in:
parent
a80b9af0cd
commit
48af005b73
@ -5,8 +5,8 @@
|
||||
{ "mx25l12855e", 0xc22618, 0, 64 * 1024, 256, },
|
||||
|
||||
+ /* PMC -- pm25x "blocks" are 32K, sectors are 4K */
|
||||
+ { "pm25lv512", 0, 32 * 1024, 2, SECT_4K },
|
||||
+ { "pm25lv010", 0, 32 * 1024, 4, SECT_4K },
|
||||
+ { "pm25lv512", 0, 0, 32 * 1024, 2, SECT_4K },
|
||||
+ { "pm25lv010", 0, 0, 32 * 1024, 4, SECT_4K },
|
||||
+
|
||||
/* Spansion -- single (large) sector size only, at least
|
||||
* for the chips listed here (without boot sectors).
|
||||
|
@ -9,5 +9,5 @@
|
||||
+ { "en25p64", 0x1c2017, 0, 64 * 1024, 128, },
|
||||
+
|
||||
/* PMC -- pm25x "blocks" are 32K, sectors are 4K */
|
||||
{ "pm25lv512", 0, 32 * 1024, 2, SECT_4K },
|
||||
{ "pm25lv010", 0, 32 * 1024, 4, SECT_4K },
|
||||
{ "pm25lv512", 0, 0, 32 * 1024, 2, SECT_4K },
|
||||
{ "pm25lv010", 0, 0, 32 * 1024, 4, SECT_4K },
|
||||
|
@ -10,8 +10,8 @@
|
||||
+ { "640s33b", 0x898913, 0, 64 * 1024, 128, },
|
||||
+
|
||||
/* PMC -- pm25x "blocks" are 32K, sectors are 4K */
|
||||
{ "pm25lv512", 0, 32 * 1024, 2, SECT_4K },
|
||||
{ "pm25lv010", 0, 32 * 1024, 4, SECT_4K },
|
||||
{ "pm25lv512", 0, 0, 32 * 1024, 2, SECT_4K },
|
||||
{ "pm25lv010", 0, 0, 32 * 1024, 4, SECT_4K },
|
||||
@@ -784,11 +789,12 @@ static int __devinit m25p_probe(struct s
|
||||
dev_set_drvdata(&spi->dev, flash);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user