aboutsummaryrefslogtreecommitdiff
path: root/src/soc
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/amd/picasso/root_complex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/picasso/root_complex.c b/src/soc/amd/picasso/root_complex.c
index 7ca44b02a7..045f30cf4c 100644
--- a/src/soc/amd/picasso/root_complex.c
+++ b/src/soc/amd/picasso/root_complex.c
@@ -264,6 +264,7 @@ static void root_complex_fill_ssdt(const struct device *device)
static struct device_operations root_complex_operations = {
.read_resources = read_resources,
+ .set_resources = noop_set_resources,
.enable_resources = pci_dev_enable_resources,
.acpi_fill_ssdt = root_complex_fill_ssdt,
};