mtd: spi-nor: Add at25df321 spi-nor flash support

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Fri Dec 16 11:59:14 PST 2016


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=b08618c929b289699a496b8d45a4e1a014187e56
Commit:     b08618c929b289699a496b8d45a4e1a014187e56
Parent:     10ad1d754a434c024ce7eeb1cec9f69fd3ecc863
Author:     Jagan Teki <jteki at openedev.com>
AuthorDate: Tue Jul 26 14:07:54 2016 +0530
Committer:  Cyrille Pitchen <cyrille.pitchen at atmel.com>
CommitDate: Sat Nov 26 17:01:42 2016 +0100

    mtd: spi-nor: Add at25df321 spi-nor flash support
    
    Add Atmel at25df321 spi-nor flash to the list of spi_nor_ids.
    
    Cc: Brian Norris <computersforpeace at gmail.com>
    Cc: Wenyou Yang <wenyou.yang at atmel.com>
    Signed-off-by: Jagan Teki <jteki at openedev.com>
    Acked-by: Wenyou Yang <wenyou.yang at atmel.com>
    Signed-off-by: Cyrille Pitchen <cyrille.pitchen at atmel.com>
---
 drivers/mtd/spi-nor/spi-nor.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c
index a350de9..59d1d52 100644
--- a/drivers/mtd/spi-nor/spi-nor.c
+++ b/drivers/mtd/spi-nor/spi-nor.c
@@ -799,6 +799,7 @@ static const struct flash_info spi_nor_ids[] = {
 	{ "at25fs040",  INFO(0x1f6604, 0, 64 * 1024,   8, SECT_4K) },
 
 	{ "at25df041a", INFO(0x1f4401, 0, 64 * 1024,   8, SECT_4K) },
+	{ "at25df321",  INFO(0x1f4700, 0, 64 * 1024,  64, SECT_4K) },
 	{ "at25df321a", INFO(0x1f4701, 0, 64 * 1024,  64, SECT_4K) },
 	{ "at25df641",  INFO(0x1f4800, 0, 64 * 1024, 128, SECT_4K) },
 



More information about the linux-mtd-cvs mailing list