| Submitter | Michal Simek |
|---|---|
| Date | Jan. 23, 2013, 12:58 p.m. |
| Message ID | <1358945885-11868-1-git-send-email-michal.simek@xilinx.com> |
| Download | mbox | patch |
| Permalink | /patch/214940/ |
| State | Not Applicable |
| Delegated to: | Tom Rini |
| Headers | show |
Comments
On Wed, Jan 23, 2013 at 6:58 AM, Michal Simek <michal.simek@xilinx.com>wrote: > From: Jagannadha Sutradharudu Teki < > jagannadha.sutradharudu-teki@xilinx.com> > > Add support for Numonyx N25Q064 SPI flash. > > Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com> > Signed-off-by: Michal Simek <michal.simek@xilinx.com> > --- > drivers/mtd/spi/stmicro.c | 6 ++++++ > 1 files changed, 6 insertions(+), 0 deletions(-) > > diff --git a/drivers/mtd/spi/stmicro.c b/drivers/mtd/spi/stmicro.c > index 30b626a..96403ee 100644 > --- a/drivers/mtd/spi/stmicro.c > +++ b/drivers/mtd/spi/stmicro.c > @@ -93,6 +93,12 @@ static const struct stmicro_spi_flash_params > stmicro_spi_flash_table[] = { > .name = "M25P128", > }, > { > + .id = 0xba17, > + .pages_per_sector = 256, > + .nr_sectors = 128, > + .name = "N25Q64", > + }, > + { > .id = 0xba18, > .pages_per_sector = 256, > .nr_sectors = 256, > -- > 1.7.0.4 > > This part is made by Micron, ST doesn't sell flash and Numonyx doesn't exist anymore. Is this really the right place? > _______________________________________________ > U-Boot mailing list > U-Boot@lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot >
Patch
diff --git a/drivers/mtd/spi/stmicro.c b/drivers/mtd/spi/stmicro.c index 30b626a..96403ee 100644 --- a/drivers/mtd/spi/stmicro.c +++ b/drivers/mtd/spi/stmicro.c @@ -93,6 +93,12 @@ static const struct stmicro_spi_flash_params stmicro_spi_flash_table[] = { .name = "M25P128", }, { + .id = 0xba17, + .pages_per_sector = 256, + .nr_sectors = 128, + .name = "N25Q64", + }, + { .id = 0xba18, .pages_per_sector = 256, .nr_sectors = 256,