Commit 0eb46692 authored by Hao Feng's avatar Hao Feng Committed by hanliyang
Browse files

crypto: ccp: Add Hygon CSV support

hygon inclusion
category: feature
bugzilla: https://gitee.com/openeuler/kernel/issues/I98KYI


CVE: NA

---------------------------

Hygon CPU has 2 CCP devices, add them in the device list.

Signed-off-by: default avatarHao Feng <fenghao@hygon.cn>
Signed-off-by: default avatarhanliyang <hanliyang@hygon.cn>
parent 39098dee
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -576,6 +576,8 @@ static const struct pci_device_id sp_pci_table[] = {
	{ PCI_VDEVICE(AMD, 0x1649), (kernel_ulong_t)&dev_vdata[6] },
	{ PCI_VDEVICE(AMD, 0x17E0), (kernel_ulong_t)&dev_vdata[7] },
	{ PCI_VDEVICE(AMD, 0x156E), (kernel_ulong_t)&dev_vdata[8] },
	{ PCI_VDEVICE(HYGON, 0x1456), (kernel_ulong_t)&dev_vdata[1] },
	{ PCI_VDEVICE(HYGON, 0x1468), (kernel_ulong_t)&dev_vdata[2] },
	/* Last entry must be zero */
	{ 0, }
};