summaryrefslogtreecommitdiff
path: root/board/atlas
diff options
context:
space:
mode:
Diffstat (limited to 'board/atlas')
-rw-r--r--board/atlas/board.c4
-rw-r--r--board/atlas/gpio.inc2
2 files changed, 3 insertions, 3 deletions
diff --git a/board/atlas/board.c b/board/atlas/board.c
index 708ff17269..09cb8c3a25 100644
--- a/board/atlas/board.c
+++ b/board/atlas/board.c
@@ -113,9 +113,9 @@ BUILD_ASSERT(ARRAY_SIZE(pwm_channels) == PWM_CH_COUNT);
/* Hibernate wake configuration */
const enum gpio_signal hibernate_wake_pins[] = {
- GPIO_AC_PRESENT,
+ GPIO_ROP_EC_ACOK,
GPIO_LID_OPEN,
- GPIO_POWER_BUTTON_L,
+ GPIO_MECH_PWR_BTN_ODL,
};
const int hibernate_wake_pins_used = ARRAY_SIZE(hibernate_wake_pins);
diff --git a/board/atlas/gpio.inc b/board/atlas/gpio.inc
index 7f2acd098f..1bb52ff67e 100644
--- a/board/atlas/gpio.inc
+++ b/board/atlas/gpio.inc
@@ -111,7 +111,7 @@ GPIO(NC_GPIOA7, PIN(A, 7), GPIO_INPUT | GPIO_PULL_UP)
GPIO(NC_GPIOB0, PIN(B, 0), GPIO_INPUT | GPIO_PULL_UP)
/* Power Switch Logic (PSL) inputs */
-ALTERNATE(PIN_MASK(0, 0x02), 0, MODULE_PMU, 0) /* PSL3&GPI01 */
+ALTERNATE(PIN_MASK(0, 0x03), 0, MODULE_PMU, 0) /* PSL3&GPI01, PSL2&GPI00 */
ALTERNATE(PIN_MASK(D, 0x04), 0, MODULE_PMU, 0) /* GPIOD2 */
/* gpio alternate functions */