diff options
| author | Avaneesh Kumar Dwivedi <akdwived@codeaurora.org> | 2016-11-21 12:08:28 +0530 |
|---|---|---|
| committer | Avaneesh Kumar Dwivedi <akdwived@codeaurora.org> | 2016-12-05 13:10:15 +0530 |
| commit | e012f96804ab50ec23bf33d8290e9fce377c413d (patch) | |
| tree | cfbd0e96efa3ed35cb4bdca26bbd05999cec5958 /drivers/soc | |
| parent | 5142c18bae30439decd1c139999b54197e2aae91 (diff) | |
soc: qcom: Reduce halt acknowledgment timeout for mss axi port
Reduce halt ack timeout to 25 ms from 100 ms to reduce delay in
mss shutdown path.
Change-Id: I935e35d5d848e564aad5987b1652546046f0927d
Signed-off-by: Avaneesh Kumar Dwivedi <akdwived@codeaurora.org>
Diffstat (limited to 'drivers/soc')
| -rw-r--r-- | drivers/soc/qcom/pil-q6v5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soc/qcom/pil-q6v5.c b/drivers/soc/qcom/pil-q6v5.c index 5752aecb82bd..a1cd3b1eeaff 100644 --- a/drivers/soc/qcom/pil-q6v5.c +++ b/drivers/soc/qcom/pil-q6v5.c @@ -41,7 +41,7 @@ #define AXI_HALTACK 0x4 #define AXI_IDLE 0x8 -#define HALT_ACK_TIMEOUT_US 100000 +#define HALT_ACK_TIMEOUT_US 25000 /* QDSP6SS_RESET */ #define Q6SS_STOP_CORE BIT(0) |
