summaryrefslogtreecommitdiff
path: root/zephyr/program/rex/interrupts.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/program/rex/interrupts.dtsi')
-rw-r--r--zephyr/program/rex/interrupts.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/program/rex/interrupts.dtsi b/zephyr/program/rex/interrupts.dtsi
index f8cd156720..0f1100b18d 100644
--- a/zephyr/program/rex/interrupts.dtsi
+++ b/zephyr/program/rex/interrupts.dtsi
@@ -13,7 +13,7 @@
handler = "extpower_interrupt";
};
int_power_button: power_button {
- irq-pin = <&gpio_mech_pwr_btn_odl>;
+ irq-pin = <&gpio_ec_mech_pwr_btn_l>;
flags = <GPIO_INT_EDGE_BOTH>;
handler = "power_button_interrupt";
};