summaryrefslogtreecommitdiff
path: root/board/reef/gpio.inc
diff options
context:
space:
mode:
authorKevin K Wong <kevin.k.wong@intel.com>2016-06-22 10:33:12 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-07-06 18:07:02 -0700
commitdf7642329fa2b0a4a9783ba3d007f398adbd583e (patch)
treea9da1a3794ad281b9fc5f7015aa54b3b33091271 /board/reef/gpio.inc
parent11c156aedd6c28a23ad710493f806ea69b976183 (diff)
downloadchrome-ec-df7642329fa2b0a4a9783ba3d007f398adbd583e.tar.gz
reef: correct GPIO name for PMIC_EN signal pin
Rename from V5A_EN to PMIC_EN. The name V5A_EN came from Amenia where it controls both 5V_A-Rail and PMIC_EN. Reef has a separate 5V_A-Rail control (EN_PP5000) and an another GPIO pin for PMIC_EN. BUG=chrome-os-partner:53666 BRANCH=none TEST=buildall pass Change-Id: Ic5e39b9811a6cf0e968c1d6262b9b9f849268ed4 Signed-off-by: Kevin K Wong <kevin.k.wong@intel.com> Reviewed-on: https://chromium-review.googlesource.com/354767 Reviewed-by: David Hendricks <dhendrix@chromium.org>
Diffstat (limited to 'board/reef/gpio.inc')
-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 755b3f75d7..a835d39154 100644
--- a/board/reef/gpio.inc
+++ b/board/reef/gpio.inc
@@ -81,7 +81,7 @@ GPIO(USB_C0_CABLE_DET, PIN(C, 5), GPIO_INPUT)
GPIO(PCH_RSMRST_L, PIN(7, 0), GPIO_OUT_LOW)
GPIO(EC_BATT_PRES_L, PIN(3, 4), GPIO_INPUT)
-GPIO(V5A_EN, PIN(8, 5), GPIO_OUT_LOW) /* PMIC_EN */
+GPIO(PMIC_EN, PIN(8, 5), GPIO_OUT_LOW)
GPIO(EN_PP3300, PIN(C, 2), GPIO_OUT_LOW)
GPIO(PP3300_PG, PIN(6, 2), GPIO_INPUT)
GPIO(EN_PP5000, PIN(C, 6), GPIO_OUT_LOW)