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>
This commit is contained in:
Felix Held 2021-11-23 10:19:28 +01:00
parent 0bc4684f89
commit 68aca73cfd
1 changed files with 0 additions and 3 deletions

View File

@ -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)