Skip to content
Snippets Groups Projects
Commit d62ef561 authored by Jagan Teki's avatar Jagan Teki Committed by Tom Rini
Browse files

sf: stmicro: Add support for N25Q256A


Add support for Numonyx N25Q256A SPI flash.

Signed-off-by: default avatarJagannadha Sutradharudu Teki <jaganna@xilinx.com>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent b1431dac
No related branches found
No related tags found
No related merge requests found
......@@ -134,6 +134,12 @@ static const struct stmicro_spi_flash_params stmicro_spi_flash_table[] = {
.nr_sectors = 512,
.name = "N25Q256",
},
{
.id = 0xbb19,
.pages_per_sector = 256,
.nr_sectors = 512,
.name = "N25Q256A",
},
};
struct spi_flash *spi_flash_probe_stmicro(struct spi_slave *spi, u8 * idcode)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment