From be738e5d242f81a59569305519b837c02a869eb1 Mon Sep 17 00:00:00 2001 From: Tarun Tuli Date: Thu, 25 Aug 2022 17:59:01 -0400 Subject: mb/google/rex: Add mapping for EC_SYNC_IRQ The define EC_SYNC_IRQ needs to be mapped to A17 based on the Rex schematics 24/6/2022. BUG=b:243781237 TEST=Successfully build rex and tested to ensure EC is now functional. Signed-off-by: Tarun Tuli Change-Id: Ib61ddc9f73dd7b817d3b990bef8f0169f7cafbcd Reviewed-on: https://review.coreboot.org/c/coreboot/+/67082 Reviewed-by: Eric Lai Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik Reviewed-by: Kapil Porwal --- .../google/rex/variants/baseboard/rex/include/baseboard/gpio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 52a33667cb..c5a7982884 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 @@ -12,7 +12,7 @@ /* EC in RW or RO */ #define GPIO_EC_IN_RW 0 /* GPIO IRQ for tight timestamps / wake support */ -#define EC_SYNC_IRQ 0 +#define EC_SYNC_IRQ GPP_A17_IRQ /* eSPI virtual wire reporting */ #define EC_SCI_GPI GPE0_ESPI /* EC wake is LAN_WAKE# which is a special DeepSX wake pin */ -- cgit v1.2.3