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>
This commit is contained in:
Eran Mitrani 2023-05-04 11:15:36 -07:00 committed by Martin L Roth
parent 81decdf2ee
commit 302098c42d
1 changed files with 2 additions and 0 deletions

View File

@ -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__ */