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

Commit 5f827442 authored by Kyle Yan's avatar Kyle Yan
Browse files

soc: qcom: pil: Increase Boot FSM timeout value



Commit <7137965d>("soc: pil: qcom: Poll MSS_STATUS instead of
BOOT_STATUS"> polls on MSS_STATUS for completion of modem boot FSM but
does not update the timeout value to account for the new register to
get updated. This leads to instances where PIL loading will timeout and
report a failure even though the Boot FSM has completed.

Change-Id: Iaef4a6a24ba8c651c15633747d3d67b83fc80439
Signed-off-by: default avatarKyle Yan <kyan@codeaurora.org>
parent ebac0555
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@
#define MSS_STATUS			(0x40)
#define QDSP6SS_SLEEP			(0x3C)
#define SLEEP_CHECK_MAX_LOOPS		(200)
#define BOOT_FSM_TIMEOUT		(100)
#define BOOT_FSM_TIMEOUT		(10000)

#define QDSP6SS_ACC_OVERRIDE_VAL	0x20