diff options
| author | Wolfgang Denk <wd@pollux.denx.de> | 2005-08-17 12:57:49 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@pollux.denx.de> | 2005-08-17 12:57:49 +0200 | 
| commit | 05b47540aae996908e48e10a5ff8b69862aadef3 (patch) | |
| tree | fb2a07d685cdcc239a057edf932a090c073535f5 /include/linux/mtd/nand_ids.h | |
| parent | 98128f389cc318dbd1d597cf8d2d09902cddcb4b (diff) | |
| parent | 932394ac43e2e778e664eeb6e456fecd0fae6e59 (diff) | |
| download | olio-uboot-2014.01-05b47540aae996908e48e10a5ff8b69862aadef3.tar.xz olio-uboot-2014.01-05b47540aae996908e48e10a5ff8b69862aadef3.zip | |
Merge with testing-NAND (Rewrite of NAND code)
Diffstat (limited to 'include/linux/mtd/nand_ids.h')
| -rw-r--r-- | include/linux/mtd/nand_ids.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/linux/mtd/nand_ids.h b/include/linux/mtd/nand_ids.h index a3d0363a2..75c305b56 100644 --- a/include/linux/mtd/nand_ids.h +++ b/include/linux/mtd/nand_ids.h @@ -49,6 +49,7 @@ static struct nand_flash_dev nand_flash_ids[] = {  	{"Samsung KM29W16000",    NAND_MFR_SAMSUNG, 0xea, 21, 1, 2, 0x1000, 0},  	{"Samsung K9F5616Q0C",    NAND_MFR_SAMSUNG, 0x45, 25, 0, 2, 0x4000, 1},  	{"Samsung K9K1216Q0C",    NAND_MFR_SAMSUNG, 0x46, 26, 0, 3, 0x4000, 1}, +	{"Samsung K9F1G08U0M",    NAND_MFR_SAMSUNG, 0xf1, 27, 0, 2, 0, 0},  	{NULL,}  }; |