summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason <r64343@freescale.com>2009-12-18 16:11:37 +0800
committerJason <r64343@freescale.com>2009-12-18 16:38:23 +0800
commitfdb4c14588bbaa65dcd5d81caa561ec66eae1058 (patch)
tree908cb9360b97e8d04ad80ee1076f52bdab89b014
parent683b152b669ce83990ee02141f81826171463a81 (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.c2
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;