mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-27 18:25:05 +00:00
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>
This commit is contained in:
committed by
chrome-internal-fetch
parent
6232d78df5
commit
a5e93651fb
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user