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/cezanne | |
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/cezanne')
-rw-r--r-- | src/soc/amd/cezanne/chipset.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/cezanne/chipset.cb b/src/soc/amd/cezanne/chipset.cb index c25e7dc12a..b0ebde59d9 100644 --- a/src/soc/amd/cezanne/chipset.cb +++ b/src/soc/amd/cezanne/chipset.cb @@ -76,7 +76,7 @@ chip soc/amd/cezanne 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 |