sf: stmicro: add support N25Q128 parts
authorStephan Linz <linz@li-pro.net>
Thu, 2 Aug 2012 18:47:30 +0000 (20:47 +0200)
committerMike Frysinger <vapier@gentoo.org>
Fri, 10 Aug 2012 00:41:54 +0000 (20:41 -0400)
Adds support for Numonyx's N25Q128 SPI flash. These devices
are used on (among others) Avnet Spartan-6 LX9 micro-evaluation
boards. Tested with "sf" commands and CONFIG_ENV_IS_IN_SPI_FLASH.

Signed-off-by: Stephan Linz <linz@li-pro.net>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
drivers/mtd/spi/stmicro.c

index 706bb8e4bdeab0eaed86c193934dbc053762ab54..600e5311b921d8e5fd20c8d3128068a3c0af2c83 100644 (file)
@@ -92,6 +92,12 @@ static const struct stmicro_spi_flash_params stmicro_spi_flash_table[] = {
                .nr_sectors = 64,
                .name = "M25P128",
        },
+       {
+               .id = 0xba18,
+               .pages_per_sector = 256,
+               .nr_sectors = 256,
+               .name = "N25Q128",
+       },
        {
                .id = 0xba19,
                .pages_per_sector = 256,