From 8b9576749b885dfc6f0e66850f9f17b1f13dda1d Mon Sep 17 00:00:00 2001 From: Philip Chen Date: Wed, 19 Jul 2017 21:10:20 -0700 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/578306 Commit-Ready: Philip Chen Tested-by: Philip Chen Reviewed-by: Shawn N --- power/rk3399.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, -- cgit v1.2.1