summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJitendra Sharma <shajit@codeaurora.org>2018-01-18 18:13:20 +0530
committerJitendra Sharma <shajit@codeaurora.org>2018-01-25 11:43:30 +0530
commite8daf3a46400370e8984fe16541d11d0db0f53d7 (patch)
treec5c7f086f1320a194ecada672f5edc177709679e
parent3f7d1f35f50d87391f67a3f3ec54c1cd417f2d15 (diff)
soc: qcom: pil: Increase MBA encryption timeout to 5secs
Increase PIL timeout to give MBA more time for encryption for modem segments as now wlan segments are also being dumped in addition to modem and we see that encryption for WLAN is taking extra time. Change-Id: Ic1b43c63bcd4f0d46fbd73695a95de5917fddd9e Signed-off-by: Jitendra Sharma <shajit@codeaurora.org>
-rw-r--r--drivers/soc/qcom/pil-msa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/soc/qcom/pil-msa.c b/drivers/soc/qcom/pil-msa.c
index cc69e6d68f16..dfb934ae37b9 100644
--- a/drivers/soc/qcom/pil-msa.c
+++ b/drivers/soc/qcom/pil-msa.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2012-2017, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@@ -79,7 +79,7 @@
/* CX_IPEAK Parameters */
#define CX_IPEAK_MSS BIT(5)
/* Timeout value for MBA boot when minidump is enabled */
-#define MBA_ENCRYPTION_TIMEOUT 3000
+#define MBA_ENCRYPTION_TIMEOUT 5000
enum scm_cmd {
PAS_MEM_SETUP_CMD = 2,
};