From patchwork Fri Nov 2 17:39:23 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot, Drivers, 02/19] mtd/st_smi: Add support for Micron N25Q128 Flash Date: Fri, 02 Nov 2012 07:39:23 -0000 From: Vipin Kumar X-Patchwork-Id: 196695 Message-Id: <23215652bfae8e71d872a7ac30abbb1e3c1887ae.1351877124.git.vipin.kumar@st.com> To: Cc: Armando Visconti , sr@denx.de, spear-devel@list.st.com From: Armando Visconti Signed-off-by: Armando Visconti --- drivers/mtd/st_smi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mtd/st_smi.c b/drivers/mtd/st_smi.c index fad4420..e2d1cf9 100644 --- a/drivers/mtd/st_smi.c +++ b/drivers/mtd/st_smi.c @@ -75,6 +75,7 @@ static struct flash_device flash_devices[] = { FLASH_ID("st m45pe20" , 0xd8, 0x00124020, 0x100, 0x10000, 0x40000), FLASH_ID("st m45pe40" , 0xd8, 0x00134020, 0x100, 0x10000, 0x80000), FLASH_ID("st m45pe80" , 0xd8, 0x00144020, 0x100, 0x10000, 0x100000), + FLASH_ID("mcr n25q128" , 0xd8, 0x0018BA20, 0x100, 0x10000, 0x1000000), FLASH_ID("sp s25fl004" , 0xd8, 0x00120201, 0x100, 0x10000, 0x80000), FLASH_ID("sp s25fl008" , 0xd8, 0x00130201, 0x100, 0x10000, 0x100000), FLASH_ID("sp s25fl016" , 0xd8, 0x00140201, 0x100, 0x10000, 0x200000),