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:
parent
5142c18bae
commit
e012f96804
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
||||||
#define AXI_HALTACK 0x4
|
#define AXI_HALTACK 0x4
|
||||||
#define AXI_IDLE 0x8
|
#define AXI_IDLE 0x8
|
||||||
|
|
||||||
#define HALT_ACK_TIMEOUT_US 100000
|
#define HALT_ACK_TIMEOUT_US 25000
|
||||||
|
|
||||||
/* QDSP6SS_RESET */
|
/* QDSP6SS_RESET */
|
||||||
#define Q6SS_STOP_CORE BIT(0)
|
#define Q6SS_STOP_CORE BIT(0)
|
||||||
|
|
Loading…
Add table
Reference in a new issue