mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user