summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/mendocino/chipset_rembrandt.cb
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2022-10-05 21:50:23 +0200
committerFelix Held <felix-coreboot@felixheld.de>2022-10-13 19:42:36 +0000
commit987ec8837ac8c5288a92af52c9bdd51f9019db3c (patch)
tree3f7c98f70392e8d544c00bdd0e2da57e4c4e39a9 /src/soc/amd/mendocino/chipset_rembrandt.cb
parent6e1fb6ae9f0cc2b37d2cbd127e0723789b0f7f3e (diff)
downloadcoreboot-987ec8837ac8c5288a92af52c9bdd51f9019db3c.tar.gz
coreboot-987ec8837ac8c5288a92af52c9bdd51f9019db3c.tar.bz2
coreboot-987ec8837ac8c5288a92af52c9bdd51f9019db3c.zip
soc/amd/acp: Hook up ops in devicetree
This removes the need for a PCI driver. Change-Id: Id25016703d1716930d9b6c6d1dab5481b10aca17 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/68145 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martin.roth@amd.corp-partner.google.com> Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
Diffstat (limited to 'src/soc/amd/mendocino/chipset_rembrandt.cb')
-rw-r--r--src/soc/amd/mendocino/chipset_rembrandt.cb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/mendocino/chipset_rembrandt.cb b/src/soc/amd/mendocino/chipset_rembrandt.cb
index 390d5e52b3bd..260452d41c74 100644
--- a/src/soc/amd/mendocino/chipset_rembrandt.cb
+++ b/src/soc/amd/mendocino/chipset_rembrandt.cb
@@ -60,7 +60,7 @@ chip soc/amd/mendocino
end
end
end
- device pci 0.5 alias acp off end # Audio Processor (ACP)
+ device pci 0.5 alias acp off ops amd_acp_ops end # Audio Processor (ACP)
device pci 0.6 alias hda off end # Audio Processor HD Audio Controller (main AZ)
device pci 0.7 alias mp2 off end # Sensor Fusion Hub (MP2)
end