aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarshall Dawson <marshalldawson3rd@gmail.com>2019-06-20 14:34:22 -0600
committerMartin Roth <martinroth@google.com>2019-07-03 21:57:45 +0000
commit57c9bb0a97f757ac941d3cee8b2d749d6d770fc3 (patch)
tree843fc9aa18d2fb26416e84db8de96af538be75e3 /src
parent9df03a168fd54bc8e872448ff9fdfa30313c40ba (diff)
soc/amd/common/hda: Add Picasso IDs
Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com> Change-Id: I02b279a2b625ecbdf827cb4643d772eb81ddfe70 Reviewed-on: https://review.coreboot.org/c/coreboot/+/33756 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Richard Spiegel <richard.spiegel@silverbackltd.com>
Diffstat (limited to 'src')
-rw-r--r--src/soc/amd/common/block/hda/hda.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/amd/common/block/hda/hda.c b/src/soc/amd/common/block/hda/hda.c
index f4ea732fba..49fc1a6648 100644
--- a/src/soc/amd/common/block/hda/hda.c
+++ b/src/soc/amd/common/block/hda/hda.c
@@ -21,6 +21,8 @@
static const unsigned short pci_device_ids[] = {
PCI_DEVICE_ID_AMD_SB900_HDA,
PCI_DEVICE_ID_AMD_CZ_HDA,
+ PCI_DEVICE_ID_AMD_PCO_HDA0,
+ PCI_DEVICE_ID_AMD_PCO_HDA1,
0
};