Skip to content

Commit 304e6d5

Browse files
cernekeeDavid Woodhouse
authored andcommitted
m25p80: Add Spansion S25FL129P serial flashes
Tested 64KiB block size only. Signed-off-by: Kevin Cernekee <cernekee@gmail.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
1 parent dd79998 commit 304e6d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

drivers/mtd/devices/m25p80.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,8 +633,10 @@ static struct flash_info __devinitdata m25p_data [] = {
633633
{ "s25sl016a", 0x010214, 0, 64 * 1024, 32, },
634634
{ "s25sl032a", 0x010215, 0, 64 * 1024, 64, },
635635
{ "s25sl064a", 0x010216, 0, 64 * 1024, 128, },
636-
{ "s25sl12800", 0x012018, 0x0300, 256 * 1024, 64, },
636+
{ "s25sl12800", 0x012018, 0x0300, 256 * 1024, 64, },
637637
{ "s25sl12801", 0x012018, 0x0301, 64 * 1024, 256, },
638+
{ "s25fl129p0", 0x012018, 0x4d00, 256 * 1024, 64, },
639+
{ "s25fl129p1", 0x012018, 0x4d01, 64 * 1024, 256, },
638640

639641
/* SST -- large erase sizes are "overlays", "sectors" are 4K */
640642
{ "sst25vf040b", 0xbf258d, 0, 64 * 1024, 8, SECT_4K, },

0 commit comments

Comments
 (0)