LF-14497: Increasing retry count to 1000

Sometimes retries exceed 500 and cause V2X suspend/resume
to fail occasionally

Signed-off-by: Meenakshi Aggarwal <meenakshi.aggarwal@nxp.com>
Reviewed-by: Pankaj Gupta <pankaj.gupta@nxp.com>
This commit is contained in:
Meenakshi Aggarwal 2025-02-27 11:59:19 +01:00
parent 38dacdf87e
commit 1c8bcc7da5

View File

@ -15,7 +15,7 @@ static u32 v2x_fw_state;
#define V2X_FW_AUTH_DBG_COMPLETE 0x15 #define V2X_FW_AUTH_DBG_COMPLETE 0x15
#define V2X_FW_AUTH_NORM_COMPLETE 0x13 #define V2X_FW_AUTH_NORM_COMPLETE 0x13
#define V2X_STATE_FETCH_MAX_RETRIES 500 #define V2X_STATE_FETCH_MAX_RETRIES 1000
static bool is_v2x_fw_running(u32 v2x_fw_state) static bool is_v2x_fw_running(u32 v2x_fw_state)
{ {