aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-11-23 10:19:28 +0100
committerFelix Held <felix-coreboot@felixheld.de>2021-11-25 11:08:51 +0000
commit68aca73cfd3602e2c40ab851d3e0e1c016de3b23 (patch)
treea81bfd52b4741d704bca5b5dfc0b0d535299c8d1
parent0bc4684f89e927c80c5af66ff4d223e89a8425c1 (diff)
soc/amd/common/block/include/gpio_defs: drop unused GPIO_PIN_IN/OUT
Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: Idf00879701b223ecaca74aef2a51a1b86d2c6ce3 Reviewed-on: https://review.coreboot.org/c/coreboot/+/59597 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
-rw-r--r--src/soc/amd/common/block/include/amdblocks/gpio_defs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/soc/amd/common/block/include/amdblocks/gpio_defs.h b/src/soc/amd/common/block/include/amdblocks/gpio_defs.h
index 7345dd1526..d8da8b338c 100644
--- a/src/soc/amd/common/block/include/amdblocks/gpio_defs.h
+++ b/src/soc/amd/common/block/include/amdblocks/gpio_defs.h
@@ -13,9 +13,6 @@
#define GPIO_IRQ_STAT_0 0x2f8
#define GPIO_IRQ_STAT_1 0x2fc
-#define GPIO_PIN_IN (1 << 0) /* for byte access */
-#define GPIO_PIN_OUT (1 << 6) /* for byte access */
-
/* Pad trigger type - Level or Edge */
#define GPIO_TRIGGER_EDGE (0 << 8)
#define GPIO_TRIGGER_LEVEL (1 << 8)