summaryrefslogtreecommitdiff
path: root/zephyr/projects/guybrush/include/gpio_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/guybrush/include/gpio_map.h')
-rw-r--r--zephyr/projects/guybrush/include/gpio_map.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/zephyr/projects/guybrush/include/gpio_map.h b/zephyr/projects/guybrush/include/gpio_map.h
index 8a9ab06286..fc5c3f4cbb 100644
--- a/zephyr/projects/guybrush/include/gpio_map.h
+++ b/zephyr/projects/guybrush/include/gpio_map.h
@@ -9,9 +9,6 @@
#include <devicetree.h>
#include <gpio_signal.h>
-#define GPIO_WP_L GPIO_UNIMPLEMENTED
-#define GPIO_ENTERING_RW GPIO_UNIMPLEMENTED
-
/*
* Set EC_CROS_GPIO_INTERRUPTS to a space-separated list of GPIO_INT items.
*
@@ -27,6 +24,7 @@
* #define EC_CROS_GPIO_INTERRUPTS \
* GPIO_INT(NAMED_GPIO(h1_ec_pwr_btn_odl), GPIO_INT_EDGE_BOTH, button_print)
*/
-#define EC_CROS_GPIO_INTERRUPTS
+#define EC_CROS_GPIO_INTERRUPTS \
+ GPIO_INT(GPIO_LID_OPEN, GPIO_INT_EDGE_BOTH, lid_interrupt)
#endif /* __ZEPHYR_GPIO_MAP_H */