From 9eafb5b9ddaea2ac7f35e3a6b849541d1ca3a7ad Mon Sep 17 00:00:00 2001 From: Mary Ruthven Date: Thu, 28 Apr 2016 17:53:31 -0700 Subject: [PATCH] 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 Reviewed-on: https://chromium-review.googlesource.com/341326 Reviewed-by: Bill Richardson --- board/cr50/gpio.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */