NFC: increase reset notification timeout

Wait longer for reset notifications.  The timeout failures
are treated as unrecoverable and cause the nfc service to
abort.

Change-Id: I5bdd1b5f48b433005897ce256329d32a542b1a50
Signed-off-by: Houston Hoffman <hhoffman@codeaurora.org>
This commit is contained in:
Houston Hoffman 2015-03-08 22:13:12 -07:00
parent 48dd1a40bd
commit 1a49269bf6
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ MODULE_DEVICE_TABLE(of, msm_match_table);
#define MAX_QCA_REG (116)
/* will timeout in approx. 100ms as 10us steps */
#define NFC_RF_CLK_FREQ (19200000)
#define NTF_TIMEOUT (25)
#define NTF_TIMEOUT (100)
#define CORE_RESET_RSP_GID (0x60)
#define CORE_RESET_OID (0x00)
#define CORE_RST_NTF_LENGTH (0x02)