summaryrefslogtreecommitdiff
path: root/power
diff options
context:
space:
mode:
Diffstat (limited to 'power')
-rw-r--r--power/rk3399.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/power/rk3399.c b/power/rk3399.c
index 9d90482ba4..c4db25e48c 100644
--- a/power/rk3399.c
+++ b/power/rk3399.c
@@ -87,6 +87,7 @@ BUILD_ASSERT(GPIO_COUNT < 256);
#if CONFIG_CHIPSET_POWER_SEQ_VERSION == 2
static const struct power_seq_op s5s3_power_seq[] = {
+ { GPIO_PP900_S0_EN, 1, 2 },
{ GPIO_PP900_S3_EN, 1, 2 },
{ GPIO_SYS_RST_L, 0, 0 },
{ GPIO_PP3300_S3_EN, 1, 2 },
@@ -207,6 +208,7 @@ static const struct power_seq_op s3s5_power_seq[] = {
{ GPIO_PP1800_S3_EN, 0, 2 },
{ GPIO_PP3300_S3_EN, 0, 2 },
{ GPIO_PP900_S3_EN, 0, 0 },
+ { GPIO_PP900_S0_EN, 0, 0 },
};
#elif CONFIG_CHIPSET_POWER_SEQ_VERSION == 3
static const struct power_seq_op s3s5_power_seq[] = {