aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/phoenix/chip.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/phoenix/chip.c')
-rw-r--r--src/soc/amd/phoenix/chip.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/amd/phoenix/chip.c b/src/soc/amd/phoenix/chip.c
index a9b0e571f1..b08db2b724 100644
--- a/src/soc/amd/phoenix/chip.c
+++ b/src/soc/amd/phoenix/chip.c
@@ -5,6 +5,7 @@
#include <amdblocks/acpi.h>
#include <amdblocks/data_fabric.h>
#include <amdblocks/fsp.h>
+#include <amdblocks/root_complex.h>
#include <console/console.h>
#include <device/device.h>
#include <device/pci.h>
@@ -32,6 +33,7 @@ struct device_operations phoenix_pci_domain_ops = {
.read_resources = amd_pci_domain_read_resources,
.set_resources = pci_domain_set_resources,
.scan_bus = amd_pci_domain_scan_bus,
+ .init = amd_pci_domain_init,
.acpi_name = soc_acpi_name,
.acpi_fill_ssdt = amd_pci_domain_fill_ssdt,
};