]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/mtd/spi/stmicro.c
sf: stmicro: Add support for N25Q32A
[karo-tx-uboot.git] / drivers / mtd / spi / stmicro.c
index faf8e40f3bdeefed61387907939b92979c1a4935..348291dc9debd18c30dcab8c0184acad2ac21ab6 100644 (file)
@@ -98,6 +98,12 @@ static const struct stmicro_spi_flash_params stmicro_spi_flash_table[] = {
                .nr_sectors = 64,
                .name = "N25Q32",
        },
+       {
+               .id = 0xbb16,
+               .pages_per_sector = 256,
+               .nr_sectors = 64,
+               .name = "N25Q32A",
+       },
        {
                .id = 0xba17,
                .pages_per_sector = 256,