From 1dd5e563887a8910021e0432d4f8a454f86c1cde Mon Sep 17 00:00:00 2001 From: Chen Baozi Date: Fri, 14 Jul 2023 08:33:59 +0800 Subject: [PATCH] PCI: Add Phytium vendor ID Update pci_ids.h with the vendor ID for Phytium. Signed-off-by: Chen Baozi Signed-off-by: Jiakun Shuai Change-Id: Ie0ea6afa71a8ba2f66f8426c1db063cd734d985c --- 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 a6c66ea80194c..b69da92090290 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -3213,4 +3213,6 @@ #define PCI_VENDOR_ID_NCUBE 0x10ff +#define PCI_VENDOR_ID_PHYTIUM 0x1db7 + #endif /* _LINUX_PCI_IDS_H */