From 50528281fb1a2e501cf074fa4503df4845d979ab Mon Sep 17 00:00:00 2001 From: Felix Held Date: Wed, 4 Aug 2021 20:15:34 +0200 Subject: soc/amd/*/include/soc/gpio: remove GPIO_2_EVENT commit de7262f82cdc1a7c868dbc9ca41e186e885eb2ba (soc/amd: remove special GPIO_2 override soc_gpio_hook) removed the workaround that needed those definitions, so remove the now unused GPIO_2_EVENT definitions. Signed-off-by: Felix Held Change-Id: I3f3e3061eade0e0cd25e2263451ccf6cefdc4ea4 Reviewed-on: https://review.coreboot.org/c/coreboot/+/56812 Reviewed-by: Jason Glenesk Reviewed-by: Martin Roth Tested-by: build bot (Jenkins) --- src/soc/amd/cezanne/include/soc/gpio.h | 2 -- src/soc/amd/picasso/include/soc/gpio.h | 2 -- src/soc/amd/stoneyridge/include/soc/gpio.h | 2 -- 3 files changed, 6 deletions(-) (limited to 'src/soc') diff --git a/src/soc/amd/cezanne/include/soc/gpio.h b/src/soc/amd/cezanne/include/soc/gpio.h index 9da6162290..b2e9817bb8 100644 --- a/src/soc/amd/cezanne/include/soc/gpio.h +++ b/src/soc/amd/cezanne/include/soc/gpio.h @@ -282,6 +282,4 @@ #define GPIO_148_IOMUX_I2C1_SDA 0 #define GPIO_148_IOMUX_GPIOxx 1 -#define GPIO_2_EVENT GEVENT_8 - #endif /* AMD_CEZANNE_GPIO_H */ diff --git a/src/soc/amd/picasso/include/soc/gpio.h b/src/soc/amd/picasso/include/soc/gpio.h index 70eaf9857f..b3c8140680 100644 --- a/src/soc/amd/picasso/include/soc/gpio.h +++ b/src/soc/amd/picasso/include/soc/gpio.h @@ -297,6 +297,4 @@ #define GPIO_144_IOMUX_UART1_INTR 0 #define GPIO_144_IOMUX_GPIOxx 1 -#define GPIO_2_EVENT GEVENT_8 - #endif /* AMD_PICASSO_GPIO_H */ diff --git a/src/soc/amd/stoneyridge/include/soc/gpio.h b/src/soc/amd/stoneyridge/include/soc/gpio.h index 714d219628..6fefa7972b 100644 --- a/src/soc/amd/stoneyridge/include/soc/gpio.h +++ b/src/soc/amd/stoneyridge/include/soc/gpio.h @@ -289,7 +289,5 @@ #define GPIO_148_IOMUX_I2C1_SDA 0 #define GPIO_148_IOMUX_GPIOxx 1 -#define GPIO_2_EVENT GEVENT_8 - #endif /* __ACPI__ */ #endif /* AMD_STONEYRIDGE_GPIO_H */ -- cgit v1.2.3