diff options
| author | Kishon Vijay Abraham I <[email protected]> | 2021-02-01 19:58:06 +0000 |
|---|---|---|
| committer | Bjorn Helgaas <[email protected]> | 2021-02-23 20:12:41 +0000 |
| commit | 599f86872f9ce8a0a0bd111a23442b18e8ee7059 (patch) | |
| tree | 226bbca72d57c87638f518c498769d73a2e9b719 /drivers/misc/pci_endpoint_test.c | |
| parent | PCI: endpoint: Add EP function driver to provide NTB functionality (diff) | |
| download | kernel-599f86872f9ce8a0a0bd111a23442b18e8ee7059.tar.gz kernel-599f86872f9ce8a0a0bd111a23442b18e8ee7059.zip | |
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/[email protected]
Signed-off-by: Kishon Vijay Abraham I <[email protected]>
Signed-off-by: Lorenzo Pieralisi <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
Diffstat (limited to 'drivers/misc/pci_endpoint_test.c')
| -rw-r--r-- | drivers/misc/pci_endpoint_test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/misc/pci_endpoint_test.c b/drivers/misc/pci_endpoint_test.c index eff481ce08ee..1b2868ca4f2a 100644 --- a/drivers/misc/pci_endpoint_test.c +++ b/drivers/misc/pci_endpoint_test.c @@ -68,7 +68,6 @@ #define PCI_ENDPOINT_TEST_FLAGS 0x2c #define FLAG_USE_DMA BIT(0) -#define PCI_DEVICE_ID_TI_J721E 0xb00d #define PCI_DEVICE_ID_TI_AM654 0xb00c #define PCI_DEVICE_ID_LS1088A 0x80c0 |
