lkml.org 
[lkml]   [2017]   [Dec]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v3] mtd: spi-nor: Add ISSI is25lp080d support
    Date
    Add support for a new ISSI 1MB SPI NOR chip that was tested in our lab.
    Datasheet is available at: http://www.issi.com/WW/pdf/25LP-WP080D.pdf

    Testing was done only without the SPI_NOR_{DUAL,QUAD}_READ flags that
    were added later, according to the datasheet.

    Tested-by: Pascal Fabreges <pascal.fabreges@nokia.com>
    Reviewed-by: Alexander Sverdlin <alexander.sverdlin@nokia.com>
    Signed-off-by: Romain Porte <romain.porte@nokia.com>
    ---
    drivers/mtd/spi-nor/spi-nor.c | 2 ++
    1 file changed, 2 insertions(+)

    diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c
    index 8bafd462f..18e826d36 100644
    --- a/drivers/mtd/spi-nor/spi-nor.c
    +++ b/drivers/mtd/spi-nor/spi-nor.c
    @@ -1050,6 +1050,8 @@ static const struct flash_info spi_nor_ids[] = {
    SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) },
    { "is25lp128", INFO(0x9d6018, 0, 64 * 1024, 256,
    SECT_4K | SPI_NOR_DUAL_READ) },
    + { "is25lp080d", INFO(0x9d6014, 0, 64 * 1024, 16,
    + SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) },

    /* Macronix */
    { "mx25l512e", INFO(0xc22010, 0, 64 * 1024, 1, SECT_4K) },
    --
    2.11.0
    \
     
     \ /
      Last update: 2017-12-28 11:06    [W:2.871 / U:0.160 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site