aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarshall Dawson <marshalldawson3rd@gmail.com>2019-06-20 15:07:39 -0600
committerMartin Roth <martinroth@google.com>2019-07-03 22:25:13 +0000
commit6044be7f9e0c985a4e6e3fc8d28ce2270c67cbba (patch)
treea96494966180622b1121e1db0da529887d50c4d2 /src
parent762621f27cc50a565b4ec88fbce6349a488c1c86 (diff)
soc/amd/common/lpc: Add Picasso ID
Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com> Change-Id: I02e6fdcd6685e0dd3fa7872b054ebe508157a0ed Reviewed-on: https://review.coreboot.org/c/coreboot/+/33758 Reviewed-by: Martin Roth <martinroth@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r--src/soc/amd/common/block/lpc/lpc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/common/block/lpc/lpc.c b/src/soc/amd/common/block/lpc/lpc.c
index b896517214..c7946015cb 100644
--- a/src/soc/amd/common/block/lpc/lpc.c
+++ b/src/soc/amd/common/block/lpc/lpc.c
@@ -337,6 +337,7 @@ static struct device_operations lpc_ops = {
static const unsigned short pci_device_ids[] = {
PCI_DEVICE_ID_AMD_SB900_LPC,
PCI_DEVICE_ID_AMD_CZ_LPC,
+ PCI_DEVICE_ID_AMD_PCO_LPC,
0
};
static const struct pci_driver lpc_driver __pci_driver = {