Skip to content
Snippets Groups Projects
Commit d945ce97 authored by Michal Simek's avatar Michal Simek Committed by Mike Frysinger
Browse files

sf: stmicro: add support for N25Q128A


Add support for Numonyx N25Q128A SPI flash.

Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 6ad6c6dc
No related branches found
No related tags found
No related merge requests found
......@@ -98,6 +98,12 @@ static const struct stmicro_spi_flash_params stmicro_spi_flash_table[] = {
.nr_sectors = 256,
.name = "N25Q128",
},
{
.id = 0xbb18,
.pages_per_sector = 256,
.nr_sectors = 256,
.name = "N25Q128A",
},
{
.id = 0xba19,
.pages_per_sector = 256,
......
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