Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b360675c authored by Avaneesh Kumar Dwivedi's avatar Avaneesh Kumar Dwivedi
Browse files

soc: qcom: Reduce halt acknowledgement 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: default avatarAvaneesh Kumar Dwivedi <akdwived@codeaurora.org>
parent fcbbe260
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)