Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8e58d2d7 authored by George Shen's avatar George Shen
Browse files

msm: cvp: Extend polling interval for CVP boot check



CVP (Computer Vision Processor) takes longer to boot on silicon.

Change-Id: I5a88e437f703b6345e1ca5cdae8d929ed9a28242
Signed-off-by: default avatarGeorge Shen <sqiao@codeaurora.org>
parent bdcc4c88
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1203,7 +1203,7 @@ static inline int __boot_firmware(struct venus_hfi_device *device)
		}

		/* Reduce to 1/100th and x100 of max_tries */
		usleep_range(50, 100);
		usleep_range(500, 1000);
		count++;
	}