ANDROID: Give UIC cmd timeout a larger value
Current UIC cmd timeout (500ms) is too short, UIC cmd completion may frequently time out when CPUs are shortly hogged by other subsystems. Change UIC cmd timeout to 5s. Bug: 193844987 Change-Id: Ia3db5fb4d9a49967e54a9d44676d884f77572831 Signed-off-by: Can Guo <cang@codeaurora.org>
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
UTP_TASK_REQ_COMPL |\
|
||||
UFSHCD_ERROR_MASK)
|
||||
/* UIC command timeout, unit: ms */
|
||||
#define UIC_CMD_TIMEOUT 500
|
||||
#define UIC_CMD_TIMEOUT 5000
|
||||
|
||||
/* NOP OUT retries waiting for NOP IN response */
|
||||
#define NOP_OUT_RETRIES 10
|
||||
|
Reference in New Issue
Block a user