]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
sf: stmicro: Add support for N25Q32
authorJagannadha Sutradharudu Teki <jagannadha.sutradharudu-teki@xilinx.com>
Tue, 29 Jan 2013 11:43:36 +0000 (17:13 +0530)
committerTom Rini <trini@ti.com>
Wed, 6 Feb 2013 15:10:00 +0000 (10:10 -0500)
Add support for Numonyx N25Q32 SPI flash.

Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/mtd/spi/stmicro.c

index 05657fa595b18178374c8d3871496fb72ae4bf4f..faf8e40f3bdeefed61387907939b92979c1a4935 100644 (file)
@@ -92,6 +92,12 @@ static const struct stmicro_spi_flash_params stmicro_spi_flash_table[] = {
                .nr_sectors = 64,
                .name = "M25P128",
        },
+       {
+               .id = 0xba16,
+               .pages_per_sector = 256,
+               .nr_sectors = 64,
+               .name = "N25Q32",
+       },
        {
                .id = 0xba17,
                .pages_per_sector = 256,