aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/stoneyridge
diff options
context:
space:
mode:
authorRaul E Rangel <rrangel@chromium.org>2021-02-09 11:24:13 -0700
committerFelix Held <felix-coreboot@felixheld.de>2021-02-10 19:00:49 +0000
commit466edb51b4b0c19486f14f43bee8d6834c52abc9 (patch)
tree9ebb3277717e3e0728bb645b06e5f5ade3965394 /src/soc/amd/stoneyridge
parent6ba1fcac3402a8719b6d080eb78e67b059a9b2ad (diff)
soc/amd/common/blocks/lpc: Remove common SPI registers
Use the SoC versions instead. Signed-off-by: Raul E Rangel <rrangel@chromium.org> Change-Id: Ia0b8129b165f8a2e6be6706ab2e3f2d39e1025a0 Reviewed-on: https://review.coreboot.org/c/coreboot/+/50446 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/soc/amd/stoneyridge')
-rw-r--r--src/soc/amd/stoneyridge/southbridge.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/stoneyridge/southbridge.c b/src/soc/amd/stoneyridge/southbridge.c
index c53bcf05a5..f8a705ed83 100644
--- a/src/soc/amd/stoneyridge/southbridge.c
+++ b/src/soc/amd/stoneyridge/southbridge.c
@@ -26,6 +26,7 @@
#include <soc/pci_devs.h>
#include <agesa_headers.h>
#include <soc/acpi.h>
+#include <soc/lpc.h>
#include <soc/nvs.h>
#include <types.h>