diff options
author | Subrata Banik <subratabanik@google.com> | 2024-07-17 11:59:02 +0000 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2024-07-19 03:56:08 +0000 |
commit | c901841ec155c658b8ecf33c3b2474599e91dc08 (patch) | |
tree | 58981757d2846ee90f086b1fc7505241c13edf1d | |
parent | e5b53d94006cee8d8fa71b4301b98c82d6ab3696 (diff) |
device/pci_ids: Remove unused Intel UFS device IDs
This patch removes the PCI device IDs for Intel LNL and PTL UFS
devices from `pci_ids.h` as they appear to be unused in the codebase.
BUG=b:347669091
TEST=Able to build google/fatcat.
Change-Id: Ic795dd2e83c361a2aa04267d4663cf6bb9a755e2
Signed-off-by: Subrata Banik <subratabanik@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83519
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <ericllai@google.com>
-rw-r--r-- | src/include/device/pci_ids.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index e18a2fbfe4..27cedd9475 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -4725,10 +4725,6 @@ #define PCI_DID_INTEL_JSP_EMMC 0x4dc4 #define PCI_DID_INTEL_ADP_EMMC 0x54c4 -/* Intel UFS device Ids */ -#define PCI_DID_INTEL_LNL_UFS 0xa847 -#define PCI_DID_INTEL_PTL_UFS 0xe447 - /* Intel Thunderbolt device Ids */ #define PCI_DID_INTEL_TGL_TBT_RP0 0x9a23 #define PCI_DID_INTEL_TGL_TBT_RP1 0x9a25 |