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

Commit 8c23301f authored by Skylar Chang's avatar Skylar Chang
Browse files

msm: gsi: increase the stop_channel timeout



Increase the GSI_STOP_CMD_TIMEOUT_MS from
20 to 50 to resolve the interrupt coming
too late issue

Change-Id: Iff3303678996a4b4be50740bdb0813f123399d69
Signed-off-by: default avatarSkylar Chang <chiaweic@codeaurora.org>
parent b93572a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
#include "gsi_reg.h"

#define GSI_CMD_TIMEOUT (5*HZ)
#define GSI_STOP_CMD_TIMEOUT_MS 20
#define GSI_STOP_CMD_TIMEOUT_MS 50
#define GSI_MAX_CH_LOW_WEIGHT 15

#define GSI_RESET_WA_MIN_SLEEP 1000