aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/pcengines/apu2/gpio_ftns.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/pcengines/apu2/gpio_ftns.h')
-rw-r--r--src/mainboard/pcengines/apu2/gpio_ftns.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mainboard/pcengines/apu2/gpio_ftns.h b/src/mainboard/pcengines/apu2/gpio_ftns.h
index d1e76de029..95c744f62b 100644
--- a/src/mainboard/pcengines/apu2/gpio_ftns.h
+++ b/src/mainboard/pcengines/apu2/gpio_ftns.h
@@ -3,9 +3,6 @@
#ifndef GPIO_FTNS_H
#define GPIO_FTNS_H
-void configure_gpio(u32 gpio, u8 iomux_ftn, u32 setting);
-u8 read_gpio(u32 gpio);
-void write_gpio(u32 gpio, u8 value);
int get_spd_offset(void);
//
@@ -28,10 +25,4 @@ int get_spd_offset(void);
#define GPIO_68 0x48 // PE4_WDIS (SIMSWAP1 on APU5)
#define GPIO_71 0x4D // PROCHOT
-#define GPIO_OUTPUT_ENABLE BIT23
-#define GPIO_OUTPUT_VALUE BIT22
-#define GPIO_PULL_DOWN_ENABLE BIT21
-#define GPIO_PULL_UP_ENABLE BIT20
-#define GPIO_PIN_STS BIT16
-
#endif /* GPIO_FTNS_H */