summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Chen <philipchen@google.com>2017-07-19 21:10:20 -0700
committerchrome-bot <chrome-bot@chromium.org>2017-07-20 15:00:36 -0700
commit8b9576749b885dfc6f0e66850f9f17b1f13dda1d (patch)
tree771a17370ce0c8f48168962bb201a628c7aeb51c
parent42411ace424dfacd357532fca2e42885708e2b08 (diff)
downloadchrome-ec-8b9576749b885dfc6f0e66850f9f17b1f13dda1d.tar.gz
power/rk3399: Assert SYS_RST_L from S5 to S3
To fix a previous mistake and align the SYS_RST control for all rk3399 boards. BUG=b:62640322 BRANCH=none TEST=build scarlet with 'CHIPSET_POWER_SEQ_VERSION == 2' Change-Id: Iab91ea713c512afd10f15df38fbdb2dd6c62cb23 Signed-off-by: Philip Chen <philipchen@google.com> Reviewed-on: https://chromium-review.googlesource.com/578306 Commit-Ready: Philip Chen <philipchen@chromium.org> Tested-by: Philip Chen <philipchen@chromium.org> Reviewed-by: Shawn N <shawnn@chromium.org>
-rw-r--r--power/rk3399.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/power/rk3399.c b/power/rk3399.c
index 7c45ebfc9f..3c8fe81150 100644
--- a/power/rk3399.c
+++ b/power/rk3399.c
@@ -82,7 +82,7 @@ BUILD_ASSERT(GPIO_COUNT < 256);
static const struct power_seq_op s5s3_power_seq[] = {
#if CONFIG_CHIPSET_POWER_SEQ_VERSION == 2
{ GPIO_PP900_S3_EN, 1, 2 },
- { GPIO_SYS_RST_L, 1, 0 },
+ { GPIO_SYS_RST_L, 0, 0 },
{ GPIO_PP3300_S3_EN, 1, 2 },
{ GPIO_PP1800_S3_EN, 1, 2 },
{ GPIO_PP1250_S3_EN, 1, 2 },