From b4a61a7b90e49d074c03a65628736aa3effbe51f Mon Sep 17 00:00:00 2001 From: Chen Siyu Date: Sat, 6 May 2023 09:47:01 +0800 Subject: [PATCH] Update pci_ids.h with the vendor ID for Phytium. Signed-off-by: Chen Baozi --- include/linux/pci_ids.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 0ad57693f392..4145b6c965c3 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -3124,4 +3124,6 @@ #define PCI_VENDOR_ID_NCUBE 0x10ff +#define PCI_VENDOR_ID_PHYTIUM 0x1db7 + #endif /* _LINUX_PCI_IDS_H */ -- Gitee