soc/amd/common: Remove Picasso display HDA from list

The PCO_HDA0 device contains the "ATI" vendor ID 0x1002 and was
incorrectly added to this file.  It isn't anticipated that the
device will need special handling, so remove it from the list
of supported IDs.

Change-Id: I306a806dc510e3a4ee3d9c0663306dc93b1d936d
Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35272
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-08-30 11:56:24 -06:00 committed by Martin Roth
parent e3acc8fcf3
commit bfb0c2d543
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@
static const unsigned short pci_device_ids[] = { static const unsigned short pci_device_ids[] = {
PCI_DEVICE_ID_AMD_SB900_HDA, PCI_DEVICE_ID_AMD_SB900_HDA,
PCI_DEVICE_ID_AMD_CZ_HDA, PCI_DEVICE_ID_AMD_CZ_HDA,
PCI_DEVICE_ID_AMD_PCO_HDA0,
PCI_DEVICE_ID_AMD_PCO_HDA1, PCI_DEVICE_ID_AMD_PCO_HDA1,
0 0
}; };