[PATCH] mtd: m25p80: add support for m25px16

Igor Grinberg grinberg at compulab.co.il
Wed Dec 4 02:11:26 EST 2013


ping...

On 11/11/13 22:55, Igor Grinberg wrote:
> Add support for Micron m25px16 spi flash chip.
> 
> Signed-off-by: Igor Grinberg <grinberg at compulab.co.il>
> ---
>  drivers/mtd/devices/m25p80.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/mtd/devices/m25p80.c b/drivers/mtd/devices/m25p80.c
> index 6bc9618..1da91c8 100644
> --- a/drivers/mtd/devices/m25p80.c
> +++ b/drivers/mtd/devices/m25p80.c
> @@ -855,6 +855,7 @@ static const struct spi_device_id m25p_ids[] = {
>  	{ "m25pe80", INFO(0x208014,  0, 64 * 1024, 16,       0) },
>  	{ "m25pe16", INFO(0x208015,  0, 64 * 1024, 32, SECT_4K) },
>  
> +	{ "m25px16",    INFO(0x207115,  0, 64 * 1024, 32, SECT_4K) },
>  	{ "m25px32",    INFO(0x207116,  0, 64 * 1024, 64, SECT_4K) },
>  	{ "m25px32-s0", INFO(0x207316,  0, 64 * 1024, 64, SECT_4K) },
>  	{ "m25px32-s1", INFO(0x206316,  0, 64 * 1024, 64, SECT_4K) },
> 

-- 
Regards,
Igor.



More information about the linux-mtd mailing list