aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarshall Dawson <marshalldawson3rd@gmail.com>2019-08-30 11:56:24 -0600
committerMartin Roth <martinroth@google.com>2019-09-15 01:18:32 +0000
commitbfb0c2d543576f266e282a01f5bf1c074a890917 (patch)
tree24e446b257c9acbd98ebebc7a4882f36d647cc70 /src
parente3acc8fcf3f1cbf4a527cfcd6aa9aba9bd9d5e2b (diff)
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>
Diffstat (limited to 'src')
-rw-r--r--src/soc/amd/common/block/hda/hda.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/common/block/hda/hda.c b/src/soc/amd/common/block/hda/hda.c
index 49fc1a6648..df3dc5e48f 100644
--- a/src/soc/amd/common/block/hda/hda.c
+++ b/src/soc/amd/common/block/hda/hda.c
@@ -21,7 +21,6 @@
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
};