Skip to content
Snippets Groups Projects
Commit 7ebb4479 authored by Ulf Samuelsson's avatar Ulf Samuelsson Committed by Stefan Roese
Browse files

[PATCH][NAND] Define the Vendor Id for Micron NAND Flash


Signed-off-by: default avatarUlf Samuelsson <ulf@atmel.com>
Signed-off-by: default avatarLadislav Michl <ladis@linux-mips.org>
Signed-off-by: default avatarStefan Roese <sr@denx.de>
parent 70124c26
No related branches found
No related tags found
No related merge requests found
......@@ -123,6 +123,7 @@ struct nand_manufacturers nand_manuf_ids[] = {
{NAND_MFR_NATIONAL, "National"},
{NAND_MFR_RENESAS, "Renesas"},
{NAND_MFR_STMICRO, "ST Micro"},
{NAND_MFR_MICRON, "Micron"},
{0x0, "Unknown"}
};
#endif
......@@ -348,6 +348,7 @@ struct nand_chip {
#define NAND_MFR_NATIONAL 0x8f
#define NAND_MFR_RENESAS 0x07
#define NAND_MFR_STMICRO 0x20
#define NAND_MFR_MICRON 0x2c
/**
* struct nand_flash_dev - NAND Flash Device ID Structure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment