aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/picasso/acp.c
diff options
context:
space:
mode:
authorRaul E Rangel <rrangel@chromium.org>2020-05-07 15:14:09 -0600
committerPatrick Georgi <pgeorgi@google.com>2020-05-13 08:35:58 +0000
commit4c7e0d734f198d05f668d3a28fd8362f7382b02c (patch)
tree5c88e5636a20e0ab7da5593bcc39f9eb155bea94 /src/soc/amd/picasso/acp.c
parent94acba86fa05a5994d8d81da89dee063ab6d34d8 (diff)
soc/amd/picasso: Move ACP register to acp.h
This is a device specific register, not a northbridge register. BUG=b:147042464 Signed-off-by: Raul E Rangel <rrangel@chromium.org> Change-Id: I97b63571e336f541dcb274e4c8c608f6fc59ff42 Reviewed-on: https://review.coreboot.org/c/coreboot/+/41263 Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/picasso/acp.c')
-rw-r--r--src/soc/amd/picasso/acp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/acp.c b/src/soc/amd/picasso/acp.c
index c2c1022f76..e0b369d65e 100644
--- a/src/soc/amd/picasso/acp.c
+++ b/src/soc/amd/picasso/acp.c
@@ -6,9 +6,9 @@
#include <device/pci_ids.h>
#include <device/pci_ops.h>
#include "chip.h"
+#include <soc/acp.h>
#include <soc/acpi.h>
#include <soc/pci_devs.h>
-#include <soc/northbridge.h>
#include <soc/southbridge.h>
#include <amdblocks/acpimmio.h>
#include <commonlib/helpers.h>