summaryrefslogtreecommitdiff
path: root/power
diff options
context:
space:
mode:
authorTing Shen <phoenixshen@google.com>2021-11-11 14:24:32 +0800
committerCommit Bot <commit-bot@chromium.org>2021-11-11 09:35:40 +0000
commit8a9a3e4eb088500588816807ea32737263743056 (patch)
treec3d9fc1d433653ae29b16236421f8135d61bc4f1 /power
parent7d1a6e39dffb6282fe50918df069613fa834eb50 (diff)
downloadchrome-ec-8a9a3e4eb088500588816807ea32737263743056.tar.gz
power/mt8192: remove unused variable
BUG=none TEST=makeall BRANCH=none Signed-off-by: Ting Shen <phoenixshen@google.com> Change-Id: If1199ed3ad87867c7d6ace54c0865369e6cf7638 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3275003 Tested-by: Ting Shen <phoenixshen@chromium.org> Auto-Submit: Ting Shen <phoenixshen@chromium.org> Reviewed-by: Eric Yilun Lin <yllin@google.com> Commit-Queue: Eric Yilun Lin <yllin@google.com>
Diffstat (limited to 'power')
-rw-r--r--power/mt8192.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/power/mt8192.c b/power/mt8192.c
index 1ec7a79c42..625f3a0004 100644
--- a/power/mt8192.c
+++ b/power/mt8192.c
@@ -67,9 +67,6 @@
/* Maximum time it should for PMIC to turn on after toggling PMIC_EN_ODL. */
#define PMIC_EN_TIMEOUT (300 * MSEC)
-/* Time delay in G3 to deassert EN_PP1800_S5_L */
-#define EN_PP1800_S5_L_DEASSERT_TIME (20 * MSEC)
-
/*
* Time delay for AP on/off the AP_EC_WDT when received SYS_RST_ODL.
* Generally it can be done within 3 ms.