[MTD][NAND] Add Micron Manufacturer ID
Add Micron Manufacturer ID. Signed-off-by: Shahrom Sharif <sshahrom@micron.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: David Woodhouse <dwmw2@infradead.org>
This commit is contained in:
committed by
David Woodhouse
parent
53043002ef
commit
8c60e5475d
@@ -137,6 +137,7 @@ struct nand_manufacturers nand_manuf_ids[] = {
|
|||||||
{NAND_MFR_RENESAS, "Renesas"},
|
{NAND_MFR_RENESAS, "Renesas"},
|
||||||
{NAND_MFR_STMICRO, "ST Micro"},
|
{NAND_MFR_STMICRO, "ST Micro"},
|
||||||
{NAND_MFR_HYNIX, "Hynix"},
|
{NAND_MFR_HYNIX, "Hynix"},
|
||||||
|
{NAND_MFR_MICRON, "Micron"},
|
||||||
{0x0, "Unknown"}
|
{0x0, "Unknown"}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -431,6 +431,7 @@ struct nand_chip {
|
|||||||
#define NAND_MFR_RENESAS 0x07
|
#define NAND_MFR_RENESAS 0x07
|
||||||
#define NAND_MFR_STMICRO 0x20
|
#define NAND_MFR_STMICRO 0x20
|
||||||
#define NAND_MFR_HYNIX 0xad
|
#define NAND_MFR_HYNIX 0xad
|
||||||
|
#define NAND_MFR_MICRON 0x2c
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* struct nand_flash_dev - NAND Flash Device ID Structure
|
* struct nand_flash_dev - NAND Flash Device ID Structure
|
||||||
|
Reference in New Issue
Block a user