summaryrefslogtreecommitdiff
path: root/board/llama/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/llama/board.c')
-rw-r--r--board/llama/board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/llama/board.c b/board/llama/board.c
index 625f53cdb2..f7a5c869b2 100644
--- a/board/llama/board.c
+++ b/board/llama/board.c
@@ -31,8 +31,8 @@
/* power signal list. Must match order of enum power_signal. */
const struct power_signal_info power_signal_list[] = {
- {GPIO_SOC_POWER_GOOD_L, 0, "POWER_GOOD#"}, /* Active low */
- {GPIO_SUSPEND_L, 0, "SUSPEND#_ASSERTED"}, /* Active low */
+ {GPIO_SOC_POWER_GOOD_L, POWER_SIGNAL_ACTIVE_LOW, "POWER_GOOD#"},
+ {GPIO_SUSPEND_L, POWER_SIGNAL_ACTIVE_LOW, "SUSPEND#_ASSERTED"},
};
BUILD_ASSERT(ARRAY_SIZE(power_signal_list) == POWER_SIGNAL_COUNT);