sf: stmicro: add support for N25Q128A
authorMichal Simek <monstr@monstr.eu>
Fri, 10 Aug 2012 12:21:46 +0000 (14:21 +0200)
committerMike Frysinger <vapier@gentoo.org>
Fri, 10 Aug 2012 15:31:04 +0000 (11:31 -0400)
Add support for Numonyx N25Q128A SPI flash.

Signed-off-by: Michal Simek <monstr@monstr.eu>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
drivers/mtd/spi/stmicro.c

index 600e531..30b626a 100644 (file)
@@ -99,6 +99,12 @@ static const struct stmicro_spi_flash_params stmicro_spi_flash_table[] = {
                .name = "N25Q128",
        },
        {
+               .id = 0xbb18,
+               .pages_per_sector = 256,
+               .nr_sectors = 256,
+               .name = "N25Q128A",
+       },
+       {
                .id = 0xba19,
                .pages_per_sector = 256,
                .nr_sectors = 512,