summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */