summaryrefslogtreecommitdiff
path: root/board/pit/board.h
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2013-04-16 13:06:36 -0700
committerChromeBot <chrome-bot@google.com>2013-04-16 14:55:13 -0700
commit5f18b03e1b5429600cae87c42b70ec301e41dcd5 (patch)
tree329dafe0f3a72224a8159e27d04a8dd3d78312fd /board/pit/board.h
parentcaad1bdbd4e4509a07aa2cee97df8dbdc8621e4d (diff)
downloadchrome-ec-5f18b03e1b5429600cae87c42b70ec301e41dcd5.tar.gz
PMIC_PWROK is active-high on pit
Add a function which handles translation of PWROK from logical level to physical level. Also implement chipset_force_shutdown() in gaia_power.c, so PMU code doesn't need to know about PWROK physical level. BUG=chrome-os-partner:18738 BRANCH=none TEST=build all platforms; boot spring Change-Id: I360266ef89b6ead49a633cd57b7530f791b04c9e Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/48251 Reviewed-by: Bill Richardson <wfrichar@chromium.org>
Diffstat (limited to 'board/pit/board.h')
-rw-r--r--board/pit/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/pit/board.h b/board/pit/board.h
index 53a63d87b0..a4d7c8106f 100644
--- a/board/pit/board.h
+++ b/board/pit/board.h
@@ -98,7 +98,7 @@ enum gpio_signal {
GPIO_I2C2_SCL,
GPIO_I2C2_SDA,
GPIO_LED_POWER_L,
- GPIO_PMIC_PWRON_L,
+ GPIO_PMIC_PWRON,
GPIO_PMIC_RESET,
#ifndef CONFIG_SPI
GPIO_SPI1_MISO,