+13
−0
Loading
Merge Pull Request from: @hanliyang Support PSPCCP/NTBCCP identification for Hygon 2th and 3th CPU issue: https://gitee.com/openeuler/kernel/issues/I98KYI PSPCCP is the device which includes Platform Secure Processor and Cryptographic Co-Processor in Hygon CPU, NTBCCP is Cryptographic Co-Processor in Hygon CPU. On Hygon 2nd/3rd CPUs, PSPCCP is pci device with vendor/device ID as 0x1d94/0x1456, NTBCCP is pci device with vendor/device ID as 0x1d94/0x1468. This PR add the PSPCCP/NTBCCP ids to pci table id list for ccp module so that the ccp driver can be bind to PSPCCP/NTBCCP. Test: The lspci tool indicates that the PSPCCP/NTBCCP are binds to ccp driver. Link:https://gitee.com/openeuler/kernel/pulls/5212 Reviewed-by:Xiongfeng Wang <wangxiongfeng2@huawei.com> Signed-off-by:
Zheng Zengkai <zhengzengkai@huawei.com>