summaryrefslogtreecommitdiff
path: root/board/slippy/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/slippy/board.c')
-rw-r--r--board/slippy/board.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/slippy/board.c b/board/slippy/board.c
index 1bf35423e5..3abd7c9f49 100644
--- a/board/slippy/board.c
+++ b/board/slippy/board.c
@@ -110,6 +110,9 @@ const struct gpio_info gpio_list[GPIO_COUNT] = {
{"PCH_SUSACK_L", LM4_GPIO_F, (1<<3), GPIO_OUT_HIGH, NULL},
{"PCH_RTCRST_L", LM4_GPIO_F, (1<<6), GPIO_HI_Z, NULL},
{"PCH_SRTCRST_L", LM4_GPIO_F, (1<<7), GPIO_HI_Z, NULL},
+
+ {"BAT_LED0_L", LM4_GPIO_N, (1<<6), GPIO_HI_Z, NULL},
+ {"BAT_LED1_L", LM4_GPIO_N, (1<<4), GPIO_HI_Z, NULL},
};
/* ADC channels. Must be in the exactly same order as in enum adc_channel. */