summaryrefslogtreecommitdiff
path: root/board/jerry/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/jerry/board.c')
-rw-r--r--board/jerry/board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/jerry/board.c b/board/jerry/board.c
index 4fb7fcc6a3..5c7eb8c41f 100644
--- a/board/jerry/board.c
+++ b/board/jerry/board.c
@@ -27,8 +27,8 @@
/* power signal list. Must match order of enum power_signal. */
const struct power_signal_info power_signal_list[] = {
- {GPIO_SOC_POWER_GOOD, 1, "POWER_GOOD"},
- {GPIO_SUSPEND_L, 1, "SUSPEND#_ASSERTED"},
+ {GPIO_SOC_POWER_GOOD, POWER_SIGNAL_ACTIVE_HIGH, "POWER_GOOD"},
+ {GPIO_SUSPEND_L, POWER_SIGNAL_ACTIVE_HIGH, "SUSPEND#_ASSERTED"},
};
BUILD_ASSERT(ARRAY_SIZE(power_signal_list) == POWER_SIGNAL_COUNT);