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>
diff --git a/src/soc/amd/common/block/hda/hda.c b/src/soc/amd/common/block/hda/hda.c
index f4ea732..49fc1a6 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
 };