mtd: spi-nor: Add support for mr25h40

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=edd0c8f4932dbf3e21036cb443ba5bdf7449d02b
Commit:     edd0c8f4932dbf3e21036cb443ba5bdf7449d02b
Parent:     61e4611864b396c7e9040b7335f25d3921bc87cd
Author:     IWAMOTO Masahiko <iwamoto at allied-telesis.co.jp>
AuthorDate: Wed Oct 5 08:22:52 2016 +0000
Committer:  Cyrille Pitchen <cyrille.pitchen at atmel.com>
CommitDate: Sat Nov 26 17:31:02 2016 +0100

    mtd: spi-nor: Add support for mr25h40
    
    Add Everspin mr25h40 512KB MRAM to the list of supported chips.
    
    Signed-off-by: Masahiko Iwamoto <iwamoto at allied-telesis.co.jp>
    Reviewed-by: Jagan Teki <jagan at openedev.com>
    Acked-by: Marek Vasut <marex at denx.de>
    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 72f59a7..da7cd69 100644
--- a/drivers/mtd/spi-nor/spi-nor.c
+++ b/drivers/mtd/spi-nor/spi-nor.c
@@ -826,6 +826,7 @@ static const struct flash_info spi_nor_ids[] = {
 	/* Everspin */
 	{ "mr25h256", CAT25_INFO( 32 * 1024, 1, 256, 2, SPI_NOR_NO_ERASE | SPI_NOR_NO_FR) },
 	{ "mr25h10",  CAT25_INFO(128 * 1024, 1, 256, 3, SPI_NOR_NO_ERASE | SPI_NOR_NO_FR) },
+	{ "mr25h40",  CAT25_INFO(512 * 1024, 1, 256, 3, SPI_NOR_NO_ERASE | SPI_NOR_NO_FR) },
 
 	/* Fujitsu */
 	{ "mb85rs1mt", INFO(0x047f27, 0, 128 * 1024, 1, SPI_NOR_NO_ERASE) },



More information about the linux-mtd-cvs mailing list