summaryrefslogtreecommitdiff
path: root/src/soc/amd/mendocino/uart.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/mendocino/uart.c')
-rw-r--r--src/soc/amd/mendocino/uart.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/soc/amd/mendocino/uart.c b/src/soc/amd/mendocino/uart.c
index 3809b85536..1b3f5693dd 100644
--- a/src/soc/amd/mendocino/uart.c
+++ b/src/soc/amd/mendocino/uart.c
@@ -13,12 +13,7 @@
#include <soc/uart.h>
#include <types.h>
-static const struct {
- uintptr_t base;
- unsigned int aoac_device;
- const char *acpi_name;
- struct soc_amd_gpio mux[2];
-} uart_info[] = {
+static const struct soc_uart_ctrlr_info uart_info[] = {
[0] = { APU_UART0_BASE, FCH_AOAC_DEV_UART0, "FUR0", {
PAD_NF(GPIO_143, UART0_TXD, PULL_NONE),
PAD_NF(GPIO_141, UART0_RXD, PULL_NONE),