Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <aisheng.dong@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Dong Aisheng and committed by
Shawn Guo
4b9ccf04 22420dc7

+1 -1
+1 -1
drivers/firmware/imx/imx-scu.c
··· 20 20 #include <linux/platform_device.h> 21 21 22 22 #define SCU_MU_CHAN_NUM 8 23 - #define MAX_RX_TIMEOUT (msecs_to_jiffies(30)) 23 + #define MAX_RX_TIMEOUT (msecs_to_jiffies(3000)) 24 24 25 25 struct imx_sc_chan { 26 26 struct imx_sc_ipc *sc_ipc;