summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/stoneyridge
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-08-04 20:15:34 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-08-31 15:27:03 +0000
commit50528281fb1a2e501cf074fa4503df4845d979ab (patch)
treebfe908cc444134ecf868390bb5d9f5d77a64a878 /src/soc/amd/stoneyridge
parentbe2e2bbba56370501ca054da39d0048a6bfcab7d (diff)
downloadcoreboot-50528281fb1a2e501cf074fa4503df4845d979ab.tar.gz
coreboot-50528281fb1a2e501cf074fa4503df4845d979ab.tar.bz2
coreboot-50528281fb1a2e501cf074fa4503df4845d979ab.zip
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/amd/stoneyridge')
-rw-r--r--src/soc/amd/stoneyridge/include/soc/gpio.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/amd/stoneyridge/include/soc/gpio.h b/src/soc/amd/stoneyridge/include/soc/gpio.h
index 714d219628c9..6fefa7972bab 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 */