Skip to content

Commit 4b9ccf0

Browse files
Dong AishengShawn Guo
authored andcommitted
firmware: imx: scu: increase RPC timeout
When system loading is high, we can meet some command timeout issue occasionally, so increase the timeout to a safe value. Signed-off-by: Dong Aisheng <[email protected]> Signed-off-by: Peng Fan <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 22420dc commit 4b9ccf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/firmware/imx/imx-scu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#include <linux/platform_device.h>
2121

2222
#define SCU_MU_CHAN_NUM 8
23-
#define MAX_RX_TIMEOUT (msecs_to_jiffies(30))
23+
#define MAX_RX_TIMEOUT (msecs_to_jiffies(3000))
2424

2525
struct imx_sc_chan {
2626
struct imx_sc_ipc *sc_ipc;

0 commit comments

Comments
 (0)