Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

PCI: Add TI J721E device to PCI IDs

Add TI J721E device to the PCI ID database. Since this device has a
configurable PCIe endpoint, it could be used with different drivers.

Link: https://lore.kernel.org/r/20210201195809.7342-15-kishon@ti.com
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>

authored by

Kishon Vijay Abraham I and committed by
Bjorn Helgaas
599f8687 8b821cf7

+1 -1
-1
drivers/misc/pci_endpoint_test.c
··· 68 68 #define PCI_ENDPOINT_TEST_FLAGS 0x2c 69 69 #define FLAG_USE_DMA BIT(0) 70 70 71 - #define PCI_DEVICE_ID_TI_J721E 0xb00d 72 71 #define PCI_DEVICE_ID_TI_AM654 0xb00c 73 72 #define PCI_DEVICE_ID_LS1088A 0x80c0 74 73
+1
include/linux/pci_ids.h
··· 881 881 #define PCI_DEVICE_ID_TI_X620 0xac8d 882 882 #define PCI_DEVICE_ID_TI_X420 0xac8e 883 883 #define PCI_DEVICE_ID_TI_XX20_FM 0xac8f 884 + #define PCI_DEVICE_ID_TI_J721E 0xb00d 884 885 #define PCI_DEVICE_ID_TI_DRA74x 0xb500 885 886 #define PCI_DEVICE_ID_TI_DRA72x 0xb501 886 887