summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2016-04-28 17:53:31 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-04-29 11:02:03 -0700
commit9eafb5b9ddaea2ac7f35e3a6b849541d1ca3a7ad (patch)
tree5a5c1964a7d76d3b20223307843f9f39449e5d6b
parentc5dd305dffe25c6fa85e7201a4be19a835601f38 (diff)
downloadchrome-ec-9eafb5b9ddaea2ac7f35e3a6b849541d1ca3a7ad.tar.gz
cr50: set SYS_RST_L as an input
Setitng SYS_RST_L as an output contends with the EC setting it as an output. We will only drive the pin when necessary. BUG=none BRANCH=none TEST=power on kevin and make sure the AP is able to boot. Change-Id: Ie40cc4932ff92d20b021765c3aa356d8902f20e1 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/341326 Reviewed-by: Bill Richardson <wfrichar@chromium.org>
-rw-r--r--board/cr50/gpio.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cr50/gpio.inc b/board/cr50/gpio.inc
index eb19d733ad..20bda41d98 100644
--- a/board/cr50/gpio.inc
+++ b/board/cr50/gpio.inc
@@ -29,7 +29,7 @@ GPIO(AP_FLASH_SELECT, PIN(0, 2), GPIO_OUT_LOW)
GPIO(AP_WP_L, PIN(0, 3), GPIO_INPUT)
/* Pull this low to reset the AP. (We reset the EC with the RBOX.) */
-GPIO(SYS_RST_L_OUT, PIN(0, 4), GPIO_OUT_HIGH)
+GPIO(SYS_RST_L_OUT, PIN(0, 4), GPIO_INPUT)
/* Indicate to EC when CCD is enabled. EC can pull this down too, to tell us if
* it decided instead. The pullup is on the EC's side. */