| Submitter | Michal Simek |
|---|---|
| Date | Jan. 29, 2013, 12:34 p.m. |
| Message ID | <1359462897-11405-2-git-send-email-michal.simek@xilinx.com> |
| Download | mbox | patch |
| Permalink | /patch/216510/ |
| State | Accepted |
| Delegated to: | Tom Rini |
| Headers | show |
Comments
Patch
diff --git a/drivers/mtd/spi/stmicro.c b/drivers/mtd/spi/stmicro.c index 09a3d68..87ed3d3 100644 --- a/drivers/mtd/spi/stmicro.c +++ b/drivers/mtd/spi/stmicro.c @@ -99,6 +99,12 @@ static const struct stmicro_spi_flash_params stmicro_spi_flash_table[] = { .name = "N25Q32", }, { + .id = 0xbb16, + .pages_per_sector = 256, + .nr_sectors = 64, + .name = "N25Q32A", + }, + { .id = 0xba17, .pages_per_sector = 256, .nr_sectors = 128,