Subrata Banik has uploaded this change for review.

View Change

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>
---
M src/include/device/pci_ids.h
1 file changed, 0 insertions(+), 4 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/19/83519/1
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h
index bb01819..f277fb1 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

To view, visit change 83519. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ic795dd2e83c361a2aa04267d4663cf6bb9a755e2
Gerrit-Change-Number: 83519
Gerrit-PatchSet: 1
Gerrit-Owner: Subrata Banik <subratabanik@google.com>