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>
This commit is contained in:
Marshall Dawson 2019-06-20 15:07:39 -06:00 committed by Martin Roth
parent 762621f27c
commit 6044be7f9e
1 changed files with 1 additions and 0 deletions

View File

@ -337,6 +337,7 @@ static struct device_operations lpc_ops = {
static const unsigned short pci_device_ids[] = { static const unsigned short pci_device_ids[] = {
PCI_DEVICE_ID_AMD_SB900_LPC, PCI_DEVICE_ID_AMD_SB900_LPC,
PCI_DEVICE_ID_AMD_CZ_LPC, PCI_DEVICE_ID_AMD_CZ_LPC,
PCI_DEVICE_ID_AMD_PCO_LPC,
0 0
}; };
static const struct pci_driver lpc_driver __pci_driver = { static const struct pci_driver lpc_driver __pci_driver = {