summaryrefslogtreecommitdiff
path: root/drivers/platform/msm
diff options
context:
space:
mode:
authorGidon Studinski <gidons@codeaurora.org>2016-02-07 12:53:13 +0200
committerGerrit - the friendly Code Review server <code-review@localhost>2017-02-27 15:41:10 -0800
commit7ba949a80bf614ed91ababa4b060a72718417853 (patch)
treed04107d2fdc0cf27863b3633c404bd34b6dd16e0 /drivers/platform/msm
parent3bf75ddd22dc6e7303e962a262c8d64e5ab87b15 (diff)
msm: ipa: increment GSI command timeout
Increment GSI command timeout. This is needed since during Q6 GSI FW authentication GSI HW is disabled and the response for the HW may be delayed. CRs-Fixed: Change-Id: Ia9ed0f0163abbfd3e242c38a9aea084c1c37e8fd Signed-off-by: Gidon Studinski <gidons@codeaurora.org>:
Diffstat (limited to 'drivers/platform/msm')
-rw-r--r--drivers/platform/msm/gsi/gsi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/msm/gsi/gsi.c b/drivers/platform/msm/gsi/gsi.c
index 23b0428bcf34..f48182cc04df 100644
--- a/drivers/platform/msm/gsi/gsi.c
+++ b/drivers/platform/msm/gsi/gsi.c
@@ -22,7 +22,7 @@
#include "gsi_reg.h"
#define GSI_CMD_TIMEOUT (5*HZ)
-#define GSI_STOP_CMD_TIMEOUT_MS 1
+#define GSI_STOP_CMD_TIMEOUT_MS 10
#define GSI_MAX_CH_LOW_WEIGHT 15
#define GSI_MHI_ER_START 10
#define GSI_MHI_ER_END 16