diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2022-10-05 21:50:23 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-10-13 19:42:36 +0000 |
commit | 987ec8837ac8c5288a92af52c9bdd51f9019db3c (patch) | |
tree | 3f7c98f70392e8d544c00bdd0e2da57e4c4e39a9 /src/soc/amd/picasso | |
parent | 6e1fb6ae9f0cc2b37d2cbd127e0723789b0f7f3e (diff) |
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/picasso')
-rw-r--r-- | src/soc/amd/picasso/chipset.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/chipset.cb b/src/soc/amd/picasso/chipset.cb index 0ed7c732ad..2bbee75ae1 100644 --- a/src/soc/amd/picasso/chipset.cb +++ b/src/soc/amd/picasso/chipset.cb @@ -23,7 +23,7 @@ chip soc/amd/picasso device pci 0.2 alias crypto off end # cryptography coprocessor device pci 0.3 alias xhci_0 off end device pci 0.4 alias xhci_1 off end - device pci 0.5 alias acp off end # audio co-processor + device pci 0.5 alias acp off ops amd_acp_ops end # audio co-processor device pci 0.6 alias hda off end # main HD Audio Controller device pci 0.7 alias mp2 off end # sensor fusion hub (MP2) end |