1
0
Fork 0

bus: fsl-mc: increase MC_CMD_COMPLETION_TIMEOUT_MS value to 15s

With recent MC release, a timeout of 500ms is not enough in most
circumstances. If MC firmware will respond faster, we should
decrease this value.

Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Signed-off-by: Laurentiu Tudor <laurentiu.tudor@nxp.com>
5.4-rM2-2.2.x-imx-squashed
Laurentiu Tudor 2018-04-13 13:27:31 +03:00 committed by Dong Aisheng
parent e9366604ed
commit db62b667e6
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
/**
* Timeout in milliseconds to wait for the completion of an MC command
*/
#define MC_CMD_COMPLETION_TIMEOUT_MS 500
#define MC_CMD_COMPLETION_TIMEOUT_MS 15000
/*
* usleep_range() min and max values used to throttle down polling