Martin L Roth has submitted this change. ( https://review.coreboot.org/c/coreboot/+/74944?usp=email )
Change subject: mb/google/rex: add macro for touchscreen IRQ ......................................................................
mb/google/rex: add macro for touchscreen IRQ
BUG=b:278783755
Signed-off-by: Eran Mitrani mitrani@google.com Change-Id: I2a6de778c7ab30a9946e100cb70c092ba98496e3 Reviewed-on: https://review.coreboot.org/c/coreboot/+/74944 Reviewed-by: Subrata Banik subratabanik@google.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/mainboard/google/rex/variants/baseboard/rex/include/baseboard/gpio.h 1 file changed, 2 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Subrata Banik: Looks good to me, approved
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 35e055b..755574e 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__ */