summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/nocturne_fp/gpio.inc1
-rw-r--r--board/nocturne_fp/gpio_rw.inc1
2 files changed, 1 insertions, 1 deletions
diff --git a/board/nocturne_fp/gpio.inc b/board/nocturne_fp/gpio.inc
index ff94e4f8f7..dc15ab0ef0 100644
--- a/board/nocturne_fp/gpio.inc
+++ b/board/nocturne_fp/gpio.inc
@@ -7,7 +7,6 @@
/* Interrupts */
GPIO_INT(SLP_L, PIN(D,13), GPIO_INT_BOTH, slp_event)
GPIO_INT(SLP_ALT_L, PIN(A,11), GPIO_INT_BOTH, slp_event)
-GPIO_INT(SLP_ALT_DEV_L, PIN(D,14), GPIO_INT_BOTH, slp_event)
GPIO_INT(SPI1_NSS, PIN(A, 4), GPIO_INPUT, spi_event)
/* Inputs */
diff --git a/board/nocturne_fp/gpio_rw.inc b/board/nocturne_fp/gpio_rw.inc
index 088ce22f32..2de4c3e92a 100644
--- a/board/nocturne_fp/gpio_rw.inc
+++ b/board/nocturne_fp/gpio_rw.inc
@@ -16,6 +16,7 @@ GPIO_INT(WP, PIN(B, 7), GPIO_INT_BOTH, wp_event)
#endif
/* Inputs */
+GPIO_INT(SLP_ALT_DEV_L, PIN(D,14), GPIO_INT_BOTH, slp_event)
/*
* The S4 and SUS sleep lines are unused in code, but are maintained in this
* gpio list to ensure that they are not repurposed. This is because these