[PATCH 1/2] PCI: Add Tenstorrent vendor ID to linux/pci_ids.h

From: Anirudh Srinivasan

Date: Mon Aug 24 2026 - 13:03:55 EST


Add Tenstorrent vendor ID to pci_ids.h. This will be used to apply a
pci quirk for the Tenstorrent Blackhole card.

Signed-off-by: Anirudh Srinivasan <asrinivasan@xxxxxxxxxxxxxxxxxxx>
---
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 1c9d40e09107d..8ebe4c468d39d 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -2630,6 +2630,8 @@

#define PCI_VENDOR_ID_ALIBABA 0x1ded

+#define PCI_VENDOR_ID_TENSTORRENT 0x1e52
+
#define PCI_VENDOR_ID_CXL 0x1e98

#define PCI_VENDOR_ID_TEHUTI 0x1fc9

--
2.43.0