]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/mtd/spi/stmicro.c
sf: stmicro: add geometrical info for N25Q256 from Micron
[karo-tx-uboot.git] / drivers / mtd / spi / stmicro.c
index 75d6822a7d686a328cd5c4c305d9a1837bf8a62f..dbd1fc185432807662f8896d2a83fbfaaabf79e7 100644 (file)
@@ -92,6 +92,12 @@ static const struct stmicro_spi_flash_params stmicro_spi_flash_table[] = {
                .nr_sectors = 64,
                .name = "M25P128",
        },
+       {
+               .idcode1 = 0x19,
+               .pages_per_sector = 256,
+               .nr_sectors = 512,
+               .name = "N25Q256",
+       },
 };
 
 struct spi_flash *spi_flash_probe_stmicro(struct spi_slave *spi, u8 * idcode)