summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJett Rink <jettrink@chromium.org>2018-03-23 09:48:50 -0600
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2018-03-27 18:22:53 +0000
commitf4fb83e3b5aeff31e04884393d70b4f5da5175ad (patch)
treed9730cdf4e8e39d2c140447f6fb6b27b9da83472
parentb783d800961c4a09dfae87a5c073e89631c260d4 (diff)
downloadchrome-ec-f4fb83e3b5aeff31e04884393d70b4f5da5175ad.tar.gz
yorp: update virtual wire note for PLT_RST_L
BRANCH=none BUG=none TEST=none Change-Id: I8d1a810a171685f98c6fe476234ec2e29e7c5854 Signed-off-by: Jett Rink <jettrink@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/978369 Reviewed-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Scott Collyer <scollyer@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/982345 Commit-Queue: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Trybot-Ready: Furquan Shaikh <furquan@chromium.org>
-rw-r--r--board/yorp/gpio.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/yorp/gpio.inc b/board/yorp/gpio.inc
index 26e07e434b..65a69600d0 100644
--- a/board/yorp/gpio.inc
+++ b/board/yorp/gpio.inc
@@ -41,7 +41,8 @@ GPIO(PCH_SLP_S0_L, PIN(A, 4), GPIO_INPUT) /* SLP_S0_L */
#endif
/*
- * TODO(b/74123961): Move PLT_RST_L and SYS_RESET_L to virtual wires over eSPI
+ * PLT_RST_L isn't used since there is a Virtual Wire on eSPI for it. It is here
+ * only for debugging purposes.
*/
GPIO(PLT_RST_L, PIN(C, 7), GPIO_INPUT) /* Platform Reset from SoC */
GPIO(SYS_RESET_L, PIN(0, 2), GPIO_ODR_HIGH) /* SYS_RST_ODL */