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>
This commit is contained in:
Avaneesh Kumar Dwivedi 2016-11-21 12:08:28 +05:30
parent 5142c18bae
commit e012f96804

View file

@ -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)