[U-Boot] [PATCH] sf: stmicro: Add support for N25Q128A

Michal Simek monstr at monstr.eu
Fri Aug 10 14:21:46 CEST 2012


Add support for Numonyx N25Q128A SPI flash.

Signed-off-by: Michal Simek <monstr at monstr.eu>
---
 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 600e531..30b626a 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 = "N25Q128",
 	},
 	{
+		.id = 0xbb18,
+		.pages_per_sector = 256,
+		.nr_sectors = 256,
+		.name = "N25Q128A",
+	},
+	{
 		.id = 0xba19,
 		.pages_per_sector = 256,
 		.nr_sectors = 512,
-- 
1.7.0.4



More information about the U-Boot mailing list