From 95cb1e72d7a56882b4ebd7a31319c1a71bc58b9c Mon Sep 17 00:00:00 2001 From: Daniel Kurtz Date: Wed, 6 Jun 2018 15:55:16 -0600 Subject: amd/stoneyridge: Set SCI_MAP for SCI enabled GPIOs By default we use a 1:1 mapping between GEVENT bits and the corresponding SCI_MAP entry. However, we still must program the SCI_MAP entries with the GEVENT number. BUG=b:109759838 TEST=(1) powerd_dbus_suspend (2) move finger on touchpad for ~1 second => system resumes from S3 Change-Id: Ie7be45264f9bfec56efc47a03071fdb924d16b6a Signed-off-by: Daniel Kurtz Signed-off-by: Richard Spiegel Reviewed-on: https://review.coreboot.org/26930 Reviewed-by: Paul Menzel Reviewed-by: Martin Roth Tested-by: build bot (Jenkins) --- src/soc/amd/stoneyridge/include/soc/gpio.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/amd/stoneyridge/include') diff --git a/src/soc/amd/stoneyridge/include/soc/gpio.h b/src/soc/amd/stoneyridge/include/soc/gpio.h index e43f2c7306..6133bf1684 100644 --- a/src/soc/amd/stoneyridge/include/soc/gpio.h +++ b/src/soc/amd/stoneyridge/include/soc/gpio.h @@ -368,6 +368,7 @@ enum { GEVENT_22, GEVENT_23, }; +#define GPIO_2_EVENT GEVENT_8 #define GPIO_OUTPUT_OUT_HIGH (GPIO_OUTPUT_ENABLE | GPIO_OUTPUT_VALUE) #define GPIO_OUTPUT_OUT_LOW GPIO_OUTPUT_ENABLE -- cgit v1.2.3