diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2021-08-04 20:15:34 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-08-31 15:27:03 +0000 |
commit | 50528281fb1a2e501cf074fa4503df4845d979ab (patch) | |
tree | bfe908cc444134ecf868390bb5d9f5d77a64a878 /src/soc | |
parent | be2e2bbba56370501ca054da39d0048a6bfcab7d (diff) |
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 <felix-coreboot@felixheld.de>
Change-Id: I3f3e3061eade0e0cd25e2263451ccf6cefdc4ea4
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56812
Reviewed-by: Jason Glenesk <jason.glenesk@gmail.com>
Reviewed-by: Martin Roth <martinroth@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/amd/cezanne/include/soc/gpio.h | 2 | ||||
-rw-r--r-- | src/soc/amd/picasso/include/soc/gpio.h | 2 | ||||
-rw-r--r-- | src/soc/amd/stoneyridge/include/soc/gpio.h | 2 |
3 files changed, 0 insertions, 6 deletions
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 */ |