changeset 3401:579e9a8938b1

devs/nand/micron_mt29: Add MT29F2G08AAD subtype descriptor. As needed for the sama5d3x_ek platform.
author James G. Smith <jsmith@ecoscentric.com>
date Thu, 13 Feb 2014 11:23:53 +0000
parents c5f3a661a3a7
children 4e19dd426332
files packages/devs/nand/micron_mt29/current/ChangeLog packages/devs/nand/micron_mt29/current/include/mt29f_generic_lp.inl
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/packages/devs/nand/micron_mt29/current/ChangeLog
+++ b/packages/devs/nand/micron_mt29/current/ChangeLog
@@ -1,3 +1,8 @@
+2014-02-13  James G. Smith  <jsmith@ecoscentric.com>
+
+	* include/mt29f_generic_lp.inl (MT29F2G08AAD): Add MT29F2G08AAD
+	subtype descriptor.
+
 2010-08-26  Nick Garnett  <nickg@ecoscentric.com>
 
 	* include/mt29f_generic_lp.inl (MT29F2G08ABD): Add MT29F2G08ABD
--- a/packages/devs/nand/micron_mt29/current/include/mt29f_generic_lp.inl
+++ b/packages/devs/nand/micron_mt29/current/include/mt29f_generic_lp.inl
@@ -222,6 +222,7 @@ CYG_NAND_FUNS_V2(nand_mt29f_funs, nand_m
 #ifdef CYGFUN_NAND_MICRON_MT29F_2G
 #define MT29F2G08AAC MT29F_SUBTYPE(0xda, 0x15, "MT29F2G08AAC", 11, 28, 3)
 #define MT29F2G08ABD MT29F_SUBTYPE(0xaa, 0x15, "MT29F2G08ABD", 11, 28, 3)
+#define MT29F2G08AAD MT29F_SUBTYPE(0xda, 0x95, "MT29F2G08AAD", 11, 28, 3)
 #endif
 
 #ifdef CYGFUN_NAND_MICRON_MT29F_4G