From 364e984422576c7ee5a08d9a4051c7ebbd71dc34 Mon Sep 17 00:00:00 2001 From: George Shen Date: Wed, 29 Dec 2021 12:20:48 -0800 Subject: [PATCH] msm: eva: Extend timeout to wait for F/W boot Only applicable on Pre-sil platform. Restore silicon setting later. Change-Id: Ib1e3f4e3a5de7521e7bb36540fe8bc2c6a4342ee Signed-off-by: George Shen --- msm/eva/cvp_hfi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/msm/eva/cvp_hfi.c b/msm/eva/cvp_hfi.c index 54b20c883b..78ddd6ae26 100644 --- a/msm/eva/cvp_hfi.c +++ b/msm/eva/cvp_hfi.c @@ -993,8 +993,8 @@ static inline int __boot_firmware(struct iris_hfi_device *device) break; } - /* Reduce to 1/100th and x100 of max_tries */ - usleep_range(500, 1000); + /* Reduce to 500, 1000 on silicon */ + usleep_range(5000, 10000); count++; }