summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices
diff options
context:
space:
mode:
authorChunhe Lan2012-06-19 04:55:08 +0200
committerDavid Woodhouse2012-07-06 19:17:07 +0200
commita5b2d76d728f135d684827d193cb7fb76d7771a5 (patch)
treea5fb921944dd2aeeba3a6548043d0cbcd6fae38b /drivers/mtd/devices
parentmtd: add LPC32xx SLC NAND driver (diff)
downloadkernel-qcow2-linux-a5b2d76d728f135d684827d193cb7fb76d7771a5.tar.gz
kernel-qcow2-linux-a5b2d76d728f135d684827d193cb7fb76d7771a5.tar.xz
kernel-qcow2-linux-a5b2d76d728f135d684827d193cb7fb76d7771a5.zip
mtd: m25p80: Add support for Atmel at45db081d
Signed-off-by: Chunhe Lan <Chunhe.Lan@freescale.com> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/devices')
-rw-r--r--drivers/mtd/devices/m25p80.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mtd/devices/m25p80.c b/drivers/mtd/devices/m25p80.c
index afa77c02aaf7..b4dbcefec3e0 100644
--- a/drivers/mtd/devices/m25p80.c
+++ b/drivers/mtd/devices/m25p80.c
@@ -633,6 +633,8 @@ static const struct spi_device_id m25p_ids[] = {
{ "at26df161a", INFO(0x1f4601, 0, 64 * 1024, 32, SECT_4K) },
{ "at26df321", INFO(0x1f4700, 0, 64 * 1024, 64, SECT_4K) },
+ { "at45db081d", INFO(0x1f2500, 0, 64 * 1024, 16, SECT_4K) },
+
/* EON -- en25xxx */
{ "en25f32", INFO(0x1c3116, 0, 64 * 1024, 64, SECT_4K) },
{ "en25p32", INFO(0x1c2016, 0, 64 * 1024, 64, 0) },