[PATCH v3 1/2] drivers mtd: spi-nor: add Winbond W25Q20 variants

Cyrille Pitchen cyrille.pitchen at wedev4u.fr
Wed Mar 22 14:06:32 PDT 2017


Le 11/03/2017 à 20:01, Alexander Kurz a écrit :
> Winbond W25Q20BW devices are used in 4/5th generation Kindle ebook readers.
> Add this spi-nor device and the similar W25Q20 devices to the list of known
> devices.
> 
> Signed-off-by: Alexander Kurz <akurz at blala.de>
Applied to github/spi-nor

Thanks!

> ---
>  drivers/mtd/spi-nor/spi-nor.c | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c
> index 1ae872b..4fbd98c 100644
> --- a/drivers/mtd/spi-nor/spi-nor.c
> +++ b/drivers/mtd/spi-nor/spi-nor.c
> @@ -1128,6 +1128,9 @@ static const struct flash_info spi_nor_ids[] = {
>  	{ "w25x80", INFO(0xef3014, 0, 64 * 1024,  16, SECT_4K) },
>  	{ "w25x16", INFO(0xef3015, 0, 64 * 1024,  32, SECT_4K) },
>  	{ "w25x32", INFO(0xef3016, 0, 64 * 1024,  64, SECT_4K) },
> +	{ "w25q20cl", INFO(0xef4012, 0, 64 * 1024,  4, SECT_4K) },
> +	{ "w25q20bw", INFO(0xef5012, 0, 64 * 1024,  4, SECT_4K) },
> +	{ "w25q20ew", INFO(0xef6012, 0, 64 * 1024,  4, SECT_4K) },
>  	{ "w25q32", INFO(0xef4016, 0, 64 * 1024,  64, SECT_4K) },
>  	{
>  		"w25q32dw", INFO(0xef6016, 0, 64 * 1024,  64,
> 




More information about the linux-mtd mailing list