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:
parent
9df03a168f
commit
57c9bb0a97
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue