summaryrefslogtreecommitdiff
path: root/board/kahlee
diff options
context:
space:
mode:
authorJonathan Brandmeyer <jbrandmeyer@chromium.org>2018-06-05 09:37:22 -0600
committerchrome-bot <chrome-bot@chromium.org>2018-06-05 15:59:33 -0700
commit0776ebfbbfd016bdbe0bb8e46af0659b13e52ab9 (patch)
treeb9b36750955e75e8b4afab00a8a01cd0237f2a58 /board/kahlee
parent0988c5875f92c38e560ecd4c6889167c738f66a8 (diff)
downloadchrome-ec-0776ebfbbfd016bdbe0bb8e46af0659b13e52ab9.tar.gz
stoney: Rename GPIO_PCH_RCIN_L to GPIO_SYS_RESET_L
Pin rename only; no functional changes. See also b/72426192 for earlier functional changes. BUG=b:77301519 TEST=make -j buildall BRANCH=none Change-Id: I18e71118e584a5b36ba001bac24951929d2c93ff Signed-off-by: Jonathan Brandmeyer <jbrandmeyer@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1087207 Reviewed-by: Edward Hill <ecgh@chromium.org>
Diffstat (limited to 'board/kahlee')
-rw-r--r--board/kahlee/gpio.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/kahlee/gpio.inc b/board/kahlee/gpio.inc
index d2ba8da802..ca4fa70e92 100644
--- a/board/kahlee/gpio.inc
+++ b/board/kahlee/gpio.inc
@@ -86,7 +86,7 @@ GPIO(USB_C1_HPD_ODL, PIN(9, 5), GPIO_INPUT)
* be used. Set as input for now, we'll set it as an output when we want to use
* it. Has external pull-down resistor. */
GPIO(EC_PCH_RTCRST, PIN(B, 7), GPIO_INPUT)
-GPIO(PCH_RCIN_L, PIN(6, 1), GPIO_ODR_HIGH) /* SYS_RST_ODL */
+GPIO(SYS_RESET_L, PIN(6, 1), GPIO_ODR_HIGH) /* SYS_RST_ODL */
GPIO(USB_A_CHARGE_EN_L, PIN(3, 6), GPIO_OUT_LOW)
GPIO(USB1_ENABLE, PIN(4, 1), GPIO_OUT_LOW)