From 7711af5291b755cc55f38723b8fe4ae62fc211d1 Mon Sep 17 00:00:00 2001 From: Yilun Lin Date: Tue, 19 Jun 2018 17:18:42 +0800 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/1105804 Commit-Ready: Yilun Lin Tested-by: Yilun Lin Reviewed-by: Nicolas Boichat --- power/mt8183.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'power/mt8183.c') 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 */ -- cgit v1.2.1