summaryrefslogtreecommitdiff
path: root/board/reef
diff options
context:
space:
mode:
authorVijay Hiremath <vijay.p.hiremath@intel.com>2018-03-22 04:55:51 -0700
committerchrome-bot <chrome-bot@chromium.org>2018-03-24 07:32:29 -0700
commit3bd4e0de5edc6f62eda8739d31816b5b29d1979b (patch)
treed6cc7049652e5fc41b765e0708e8722e4ca7bd24 /board/reef
parentf59290878e5fcd99add71aec74baea7d1e3f0297 (diff)
downloadchrome-ec-3bd4e0de5edc6f62eda8739d31816b5b29d1979b.tar.gz
Code cleanup: Rename GPIO PCH_RCIN_L to SYS_RESET_L
Renamed GPIO PCH_RCIN_L to SYS_RESET_L so that all the Intel chipset variants have same GPIO name for doing SOC internal reset. BUG=b:72426192 BRANCH=none TEST=make buildall -j Change-Id: I931ce136743fa928dd7cf6f005c912db3b2da893 Signed-off-by: Vijay Hiremath <vijay.p.hiremath@intel.com> Reviewed-on: https://chromium-review.googlesource.com/974241 Commit-Ready: Vijay P Hiremath <vijay.p.hiremath@intel.com> Tested-by: Vijay P Hiremath <vijay.p.hiremath@intel.com> Reviewed-by: Jett Rink <jettrink@chromium.org> Reviewed-by: Furquan Shaikh <furquan@chromium.org>
Diffstat (limited to 'board/reef')
-rw-r--r--board/reef/gpio.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/reef/gpio.inc b/board/reef/gpio.inc
index 8ea62c0590..95a45b17f7 100644
--- a/board/reef/gpio.inc
+++ b/board/reef/gpio.inc
@@ -121,7 +121,7 @@ GPIO(USB2_OTG_VBUSSENSE, PIN(9, 5), GPIO_OUTPUT)
* 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 */
/* FIXME: What, if anything, to do about EC_RST_ODL on VCC1_RST#? */