public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: micro1183 <micro1183@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [RFC PATCH] Add support for Micron MT29F8G08 8Gb NAND flash MID: 0x2c, DID: 0x38
Date: Wed, 11 Dec 2013 12:02:39 +0100	[thread overview]
Message-ID: <52A8464F.5000003@gmail.com> (raw)

Microns MT29F8G08 8GBit flash is not identified correctly.
Manufacturer ID is 0x2c, device ID is 0x38

Signed-off-by: Lothar Felten <lothar.felten@gmail.com>
CC:  scottwood at freescale.com

---
 drivers/mtd/nand/nand_ids.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mtd/nand/nand_ids.c b/drivers/mtd/nand/nand_ids.c
index f3f0cb6..a43d0e8 100644
--- a/drivers/mtd/nand/nand_ids.c
+++ b/drivers/mtd/nand/nand_ids.c
@@ -108,6 +108,7 @@ const struct nand_flash_dev nand_flash_ids[] = {
        /* 8 Gigabit */
        {"NAND 1GiB 1,8V 8-bit",        0xA3, 0, 1024, 0, LP_OPTIONS},
        {"NAND 1GiB 3,3V 8-bit",        0xD3, 0, 1024, 0, LP_OPTIONS},
+       {"NAND 1GiB 3,3V 8-bit",        0x38, 0, 1024, 0, LP_OPTIONS},
        {"NAND 1GiB 1,8V 16-bit",       0xB3, 0, 1024, 0, LP_OPTIONS16},
        {"NAND 1GiB 3,3V 16-bit",       0xC3, 0, 1024, 0, LP_OPTIONS16},

-- 

             reply	other threads:[~2013-12-11 11:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-11 11:02 micro1183 [this message]
2013-12-11 17:22 ` [U-Boot] [RFC PATCH] Add support for Micron MT29F8G08 8Gb NAND flash MID: 0x2c, DID: 0x38 Scott Wood
2013-12-11 21:16   ` micro1183
2013-12-12  0:24     ` Scott Wood
2013-12-12  8:38       ` micro1183
2013-12-12 19:12         ` Scott Wood

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52A8464F.5000003@gmail.com \
    --to=micro1183@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox