Skip to content

Commit

Permalink
mtd: m25p80: add support for Macronix MX25L4005A
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Guinot <sguinot@lacie.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
Simon Guinot authored and David Woodhouse committed Dec 5, 2009
1 parent 595dd3d commit df0094d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/mtd/devices/m25p80.c
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,7 @@ static const struct spi_device_id m25p_ids[] = {
{ "at26df321", INFO(0x1f4701, 0, 64 * 1024, 64, SECT_4K) },

/* Macronix */
{ "mx25l4005a", INFO(0xc22013, 0, 64 * 1024, 8, SECT_4K) },
{ "mx25l3205d", INFO(0xc22016, 0, 64 * 1024, 64, 0) },
{ "mx25l6405d", INFO(0xc22017, 0, 64 * 1024, 128, 0) },
{ "mx25l12805d", INFO(0xc22018, 0, 64 * 1024, 256, 0) },
Expand Down

0 comments on commit df0094d

Please sign in to comment.