mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 22:52:19 +02:00
crypto: ccp - Add support for PCI device 0x17D8
Add a new CCP/PSP PCI device ID. Signed-off-by: John Allen <john.allen@amd.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
1bafd82d9a
commit
63935e2ee1
|
|
@ -535,6 +535,7 @@ static const struct pci_device_id sp_pci_table[] = {
|
|||
{ PCI_VDEVICE(AMD, 0x1134), (kernel_ulong_t)&dev_vdata[7] },
|
||||
{ PCI_VDEVICE(AMD, 0x17E0), (kernel_ulong_t)&dev_vdata[7] },
|
||||
{ PCI_VDEVICE(AMD, 0x156E), (kernel_ulong_t)&dev_vdata[8] },
|
||||
{ PCI_VDEVICE(AMD, 0x17D8), (kernel_ulong_t)&dev_vdata[8] },
|
||||
/* Last entry must be zero */
|
||||
{ 0, }
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user