summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorDuncan Laurie <dlaurie@chromium.org>2014-06-19 17:31:36 +0800
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-06-22 00:24:42 +0000
commita5e93651fb91d8ae38e4f16a1ca7495ae257f2b9 (patch)
tree42769c4e0f5f985ff2bf806d435804ec69e3058f /board
parent6232d78df5d5547f3ac2a4803f2f762c2b40568d (diff)
downloadchrome-ec-a5e93651fb91d8ae38e4f16a1ca7495ae257f2b9.tar.gz
samus: Remove PP1800_PGOOD check
The PP1800_PGOOD pullup resistor was no-stuff on P2B boards so the input value is floating and cannot be relied on for proper sequencing. Before P2B it was always pulled up so it was not a useful signal to wait on anyways. BUG=chrome-os-partner:29502 BRANCH=None TEST=buid and boot on samus proto2b Change-Id: I29167d55bb0ef36683282946b912dd8cf5b405cf Signed-off-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/205140 Reviewed-by: Alec Berg <alecaberg@chromium.org>
Diffstat (limited to 'board')
-rw-r--r--board/samus/power_sequence.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/samus/power_sequence.c b/board/samus/power_sequence.c
index d1161fb618..3f7b5578b5 100644
--- a/board/samus/power_sequence.c
+++ b/board/samus/power_sequence.c
@@ -41,7 +41,7 @@
/* All core power rails */
#define IN_PGOOD_ALL_CORE (IN_PGOOD_VCORE)
/* Rails required for S3 */
-#define IN_PGOOD_S3 (IN_PGOOD_PP1200 | IN_PGOOD_PP1800)
+#define IN_PGOOD_S3 (IN_PGOOD_PP1200)
/* Rails required for S0 */
#define IN_PGOOD_S0 (IN_PGOOD_ALL_NONCORE)
/* Rails used to detect if PP5000 is up. 1.8V PGOOD is not