summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYilun Lin <yllin@google.com>2018-06-19 17:18:42 +0800
committerchrome-bot <chrome-bot@chromium.org>2018-06-20 10:28:22 -0700
commit7711af5291b755cc55f38723b8fe4ae62fc211d1 (patch)
treeded3db05ea647af5758f22b53c90161ead5cb1eb
parent4fd457c2c8aa8b053bd0991cd4de52a5f490cd8f (diff)
downloadchrome-ec-7711af5291b755cc55f38723b8fe4ae62fc211d1.tar.gz
power/mt8183: Remove use of GPIO_PP1800_S0_EN.
TEST=make BOARD=kukui BUG=None BRANCH=None Change-Id: I09b8efb1215abfc53904a8ceb8273d88ef9fbbb1 Signed-off-by: Yilun Lin <yllin@google.com> Reviewed-on: https://chromium-review.googlesource.com/1105804 Commit-Ready: Yilun Lin <yllin@chromium.org> Tested-by: Yilun Lin <yllin@chromium.org> Reviewed-by: Nicolas Boichat <drinkcat@chromium.org>
-rw-r--r--power/mt8183.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/power/mt8183.c b/power/mt8183.c
index e598c5f62f..64868778b0 100644
--- a/power/mt8183.c
+++ b/power/mt8183.c
@@ -69,13 +69,11 @@ static const struct power_seq_op s5s3_power_seq[] = {
/* The power sequence for POWER_S3S0 */
static const struct power_seq_op s3s0_power_seq[] = {
{ GPIO_PP3300_S0_EN, 1, 0 },
- { GPIO_PP1800_S0_EN, 1, 0 },
};
/* The power sequence for POWER_S0S3 */
static const struct power_seq_op s0s3_power_seq[] = {
{ GPIO_PP3300_S0_EN, 0, 0 },
- { GPIO_PP1800_S0_EN, 0, 0 },
};
/* The power sequence for POWER_S3S5 */