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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/slippy/board.c b/board/slippy/board.c
index a70c4682fd..3f2b6a9c0e 100644
--- a/board/slippy/board.c
+++ b/board/slippy/board.c
@@ -58,7 +58,7 @@ const struct gpio_info gpio_list[GPIO_COUNT] = {
haswell_interrupt},
{"RECOVERY_L", LM4_GPIO_A, (1<<5), GPIO_PULL_UP|GPIO_INT_BOTH,
switch_interrupt},
- {"WP", LM4_GPIO_A, (1<<4), GPIO_INT_BOTH,
+ {"WP_L", LM4_GPIO_A, (1<<4), GPIO_INT_BOTH,
switch_interrupt},
/* Other inputs */