提交 f1f67a98 编写于 作者: N Nicolas S. Dade 提交者: Thomas Gleixner

[MTD] NAND: Add Hynix to manufacturer list

Signed-off-by: NNicolas S. Dade <daden@symbol.com>
Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
上级 a8aff8ab
......@@ -116,6 +116,7 @@ struct nand_manufacturers nand_manuf_ids[] = {
{NAND_MFR_NATIONAL, "National"},
{NAND_MFR_RENESAS, "Renesas"},
{NAND_MFR_STMICRO, "ST Micro"},
{NAND_MFR_HYNIX, "Hynix"},
{0x0, "Unknown"}
};
......
......@@ -384,6 +384,7 @@ struct nand_chip {
#define NAND_MFR_NATIONAL 0x8f
#define NAND_MFR_RENESAS 0x07
#define NAND_MFR_STMICRO 0x20
#define NAND_MFR_HYNIX 0xad
/**
* struct nand_flash_dev - NAND Flash Device ID Structure
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册