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:
parent
762621f27c
commit
6044be7f9e
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue