From 149a7e068482a062d8bdf933625d5bc883e982fd Mon Sep 17 00:00:00 2001 From: Russell Robinson Jr Date: Wed, 24 Jul 2013 17:41:58 -0700 Subject: pcm052: qspi: add QSPI0_A and QSPI0_B NOR support Signed-off-by: Russell Robinson Jr --- drivers/mtd/devices/m25p80.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'drivers') diff --git a/drivers/mtd/devices/m25p80.c b/drivers/mtd/devices/m25p80.c index 2e416b6ec0d0..d9b9f3ef5d49 100644 --- a/drivers/mtd/devices/m25p80.c +++ b/drivers/mtd/devices/m25p80.c @@ -689,6 +689,9 @@ static const struct spi_device_id m25p_ids[] = { { "mx25l25635e", INFO(0xc22019, 0, 64 * 1024, 512, 0) }, { "mx25l25655e", INFO(0xc22619, 0, 64 * 1024, 512, 0) }, + /* Micron */ + { "n25q128", INFO(0x20ba18, 0, 64 * 1024, 256, 0) }, + /* Spansion -- single (large) sector size only, at least * for the chips listed here (without boot sectors). */ -- cgit v1.2.3