diff options
author | Jason <r64343@freescale.com> | 2009-12-18 16:11:37 +0800 |
---|---|---|
committer | Justin Waters <justin.waters@timesys.com> | 2010-03-25 14:01:52 -0400 |
commit | f0f75be803de993d5b50bf116fa8006a25bfdc4c (patch) | |
tree | 908cb9360b97e8d04ad80ee1076f52bdab89b014 | |
parent | 63f52db9dd185ef1a6804abd57b92110be9f7c65 (diff) |
ENGR00119484 Update NFC INT wait timeout value to 1s
Update NFC INT wait timeout value to 1s.
1s should be enough for all platforms.
If INT bit not set for 1s timeout value, this
should be high potential of IC issues.
Signed-off-by:Jason Liu <r64343@freescale.com>
-rw-r--r-- | drivers/mtd/nand/mxc_nd2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/mxc_nd2.c b/drivers/mtd/nand/mxc_nd2.c index 84eb9b29b100..db431a46445d 100644 --- a/drivers/mtd/nand/mxc_nd2.c +++ b/drivers/mtd/nand/mxc_nd2.c @@ -45,7 +45,7 @@ static struct mxc_mtd_s *mxc_nand_data; /* * Define delay timeout value */ -#define TROP_US_DELAY (200 * 1000) +#define TROP_US_DELAY (1000 * 1000) struct nand_info { bool bStatusRequest; |