From 302098c42df9b0d068dae4e54e84197ab22f6002 Mon Sep 17 00:00:00 2001 From: Eran Mitrani Date: Thu, 4 May 2023 11:15:36 -0700 Subject: mb/google/rex: add macro for touchscreen IRQ BUG=b:278783755 Signed-off-by: Eran Mitrani Change-Id: I2a6de778c7ab30a9946e100cb70c092ba98496e3 Reviewed-on: https://review.coreboot.org/c/coreboot/+/74944 Reviewed-by: Subrata Banik Tested-by: build bot (Jenkins) --- .../google/rex/variants/baseboard/rex/include/baseboard/gpio.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mainboard/google/rex/variants/baseboard/rex/include/baseboard/gpio.h b/src/mainboard/google/rex/variants/baseboard/rex/include/baseboard/gpio.h index 35e055b7ed..755574e9a0 100644 --- a/src/mainboard/google/rex/variants/baseboard/rex/include/baseboard/gpio.h +++ b/src/mainboard/google/rex/variants/baseboard/rex/include/baseboard/gpio.h @@ -22,5 +22,7 @@ #define GPIO_MEM_CONFIG_2 GPP_E01 #define GPIO_MEM_CONFIG_3 GPP_E12 #define GPIO_MEM_CH_SEL GPP_E13 +/* Touchscreen IRQ */ +#define TOUCH_SCR_IRQ GPP_C07_IRQ #endif /* __BASEBOARD_GPIO_H__ */ -- cgit v1.2.3