From 987ec8837ac8c5288a92af52c9bdd51f9019db3c Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Wed, 5 Oct 2022 21:50:23 +0200 Subject: soc/amd/acp: Hook up ops in devicetree This removes the need for a PCI driver. Change-Id: Id25016703d1716930d9b6c6d1dab5481b10aca17 Signed-off-by: Arthur Heymans Signed-off-by: Felix Held Reviewed-on: https://review.coreboot.org/c/coreboot/+/68145 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth Reviewed-by: Fred Reitberger --- src/soc/amd/picasso/chipset.cb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/amd/picasso') 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 -- cgit v1.2.3