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>
This commit is contained in:
Marshall Dawson 2019-06-20 14:34:22 -06:00 committed by Martin Roth
parent 9df03a168f
commit 57c9bb0a97
1 changed files with 2 additions and 0 deletions

View File

@ -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
};