[RFC][PATCH] Add ESMT F25L32PA Flashchip Support

Flávio Silveira fggs at terra.com.br
Fri Aug 30 08:32:36 EDT 2013


Add ESMT F25L32PA support.

Datasheet: http://www.esmt.com.tw/DB/manager/upload/F25L32PA.pdf

I hope this patch is in proper format and my mail client didn't mess it.

Signed-off-by: Flavio Silveira <fggs at terra.com.br>
---
 drivers/mtd/devices/m25p80.c |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/mtd/devices/m25p80.c b/drivers/mtd/devices/m25p80.c
index 2f3d2a5..3a3cf2d 100644
--- a/drivers/mtd/devices/m25p80.c
+++ b/drivers/mtd/devices/m25p80.c
@@ -731,6 +731,9 @@ static const struct spi_device_id m25p_ids[] = {
  { "en25q64", INFO(0x1c3017, 0, 64 * 1024, 128, SECT_4K) },
  { "en25qh256", INFO(0x1c7019, 0, 64 * 1024, 512, 0) },
 
+ /* ESMT */
+ { "f25l32pa", INFO(0x8c2016, 0, 64 * 1024, 64, SECT_4K) },
+
  /* Everspin */
  { "mr25h256", CAT25_INFO(  32 * 1024, 1, 256, 2) },
 
-- 
1.7.10.4



More information about the linux-mtd mailing list