Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 54871b46 authored by Houston Hoffman's avatar Houston Hoffman Committed by Sudhir Sharma
Browse files

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: default avatarHouston Hoffman <hhoffman@codeaurora.org>
Signed-off-by: default avatarSudhir Sharma <sudhshar@codeaurora.org>
parent 8b7c5aa5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)