mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-05 08:55:19 +02:00
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:
parent
38dacdf87e
commit
1c8bcc7da5
|
@ -15,7 +15,7 @@ static u32 v2x_fw_state;
|
|||
|
||||
#define V2X_FW_AUTH_DBG_COMPLETE 0x15
|
||||
#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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user