[PATCH] mtd: spi-nor: support for (GigaDevice) GD25Q128B

Brian Norris computersforpeace at gmail.com
Tue Jan 20 12:25:52 PST 2015


On Tue, Dec 16, 2014 at 10:46:56PM +0100, Rafał Miłecki wrote:
> Signed-off-by: Rafał Miłecki <zajec5 at gmail.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 0f8ec3c..ebcc97a 100644
> --- a/drivers/mtd/spi-nor/spi-nor.c
> +++ b/drivers/mtd/spi-nor/spi-nor.c
> @@ -538,6 +538,7 @@ static const struct spi_device_id spi_nor_ids[] = {
>  	/* GigaDevice */
>  	{ "gd25q32", INFO(0xc84016, 0, 64 * 1024,  64, SECT_4K) },
>  	{ "gd25q64", INFO(0xc84017, 0, 64 * 1024, 128, SECT_4K) },
> +	{ "gd25q128",	INFO(0xc84018, 0, 64 * 1024, 256, SECT_4K) },

^^ Replaced a tab with a space, and pushed to l2-mtd.git.

Brian

>  
>  	/* Intel/Numonyx -- xxxs33b */
>  	{ "160s33b",  INFO(0x898911, 0, 64 * 1024,  32, 0) },



More information about the linux-mtd mailing list