Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f1f67a98 authored by Nicolas S. Dade's avatar Nicolas S. Dade Committed by Thomas Gleixner
Browse files

[MTD] NAND: Add Hynix to manufacturer list

parent a8aff8ab
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"}
};

+1 −0
Original line number Diff line number Diff line
@@ -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