media: rockchip: isp: wait RISC-V with 400ms timeout

Fixes: d0edc7b3e7 ("media: rockchip: isp: thunder boot with multi sensor")
Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com>
Change-Id: If7623fd081796904b891ed7fae7cf402b52cd860
This commit is contained in:
Ziyuan Xu
2023-06-21 16:11:45 +08:00
committed by Tao Huang
parent 0065c0b8f9
commit 6bcac58699

View File

@@ -3821,7 +3821,7 @@ void rkisp_chk_tb_over(struct rkisp_device *isp_dev)
sizeof(struct rkisp_thunderboot_resmem_head),
DMA_FROM_DEVICE);
shm_head_poll_timeout(isp_dev, !!head->complete, 5000, 200 * USEC_PER_MSEC);
shm_head_poll_timeout(isp_dev, !!head->complete, 5000, 400 * USEC_PER_MSEC);
if (head->complete != RKISP_TB_OK) {
v4l2_err(&isp_dev->v4l2_dev, "wait thunderboot over timeout\n");
} else {