summaryrefslogtreecommitdiff
path: root/board/ryu/gpio.inc
diff options
context:
space:
mode:
Diffstat (limited to 'board/ryu/gpio.inc')
-rw-r--r--board/ryu/gpio.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/ryu/gpio.inc b/board/ryu/gpio.inc
index 16bb5949cc..936c9a1bb0 100644
--- a/board/ryu/gpio.inc
+++ b/board/ryu/gpio.inc
@@ -14,6 +14,7 @@ GPIO_INT(CHARGE_DONE, PIN(E, 6), GPIO_INT_BOTH, indu
GPIO_INT(AP_IN_SUSPEND, PIN(F, 9), GPIO_INT_BOTH, power_signal_interrupt)
GPIO_INT(AP_HOLD, PIN(E, 3), GPIO_INT_BOTH, power_signal_interrupt)
GPIO_INT(ACC_IRQ1, PIN(D, 12), GPIO_INT_FALLING, bmi160_interrupt)
+GPIO_INT(ALS_PROXY_INT_L, PIN(E, 15), GPIO_INT_FALLING | GPIO_PULL_UP, si114x_interrupt)
/* Interrupt lines not used yet */
GPIO(BC_TEMP_ALERT_L, PIN(C, 5), GPIO_INT_FALLING)