[PATCH] mtd: spi-nor: Add support for s25fl004k

Brian Norris computersforpeace at gmail.com
Mon Oct 12 17:38:22 PDT 2015


On Tue, Oct 06, 2015 at 01:34:23PM +0200, Sean Nyekjaer wrote:
> Signed-off-by: Sean Nyekjaer <sean.nyekjaer at prevas.dk>
> ---
>  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 f59aedf..25dc38d 100644
> --- a/drivers/mtd/spi-nor/spi-nor.c
> +++ b/drivers/mtd/spi-nor/spi-nor.c
> @@ -618,6 +618,7 @@ static const struct flash_info spi_nor_ids[] = {
>  	{ "s25sl016a",  INFO(0x010214,      0,  64 * 1024,  32, 0) },
>  	{ "s25sl032a",  INFO(0x010215,      0,  64 * 1024,  64, 0) },
>  	{ "s25sl064a",  INFO(0x010216,      0,  64 * 1024, 128, 0) },
> +	{ "s25fl004k",  INFO(0x014013,      0,  64 * 1024,   8, SECT_4K) },

This doesn't apply to the latest l2-mtd.git / linux-next.git. See:

http://linux-mtd.infradead.org/source.html

Also, does this flash (like its family members) support dual and quad
mode? We have flags for that now.

Brian

>  	{ "s25fl008k",  INFO(0xef4014,      0,  64 * 1024,  16, SECT_4K) },
>  	{ "s25fl016k",  INFO(0xef4015,      0,  64 * 1024,  32, SECT_4K) },
>  	{ "s25fl064k",  INFO(0xef4017,      0,  64 * 1024, 128, SECT_4K) },
> -- 
> 2.6.0
> 
> 
> ______________________________________________________
> Linux MTD discussion mailing list
> http://lists.infradead.org/mailman/listinfo/linux-mtd/



More information about the linux-mtd mailing list