aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2025-03-27 13:14:47 -0500
committerBjorn Helgaas <bhelgaas@google.com>2025-03-27 13:14:47 -0500
commitf775c8a4bb6a0676ba918b77a0b3dce1bcf50b67 (patch)
treebc90deee88bce3fcfc22e71c4b18990bb9fd983a
parentMerge branch 'pci/endpoint-test' (diff)
parentPCI: epf-mhi: Update device ID for SA8775P (diff)
downloadwireguard-linux-f775c8a4bb6a0676ba918b77a0b3dce1bcf50b67.tar.xz
wireguard-linux-f775c8a4bb6a0676ba918b77a0b3dce1bcf50b67.zip
Merge branch 'pci/epf-mhi'
- Update SA8775P device ID (Mrinmay Sarkar) * pci/epf-mhi: PCI: epf-mhi: Update device ID for SA8775P
-rw-r--r--drivers/pci/endpoint/functions/pci-epf-mhi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/endpoint/functions/pci-epf-mhi.c b/drivers/pci/endpoint/functions/pci-epf-mhi.c
index 54286a40bdfb..6643a88c7a0c 100644
--- a/drivers/pci/endpoint/functions/pci-epf-mhi.c
+++ b/drivers/pci/endpoint/functions/pci-epf-mhi.c
@@ -125,7 +125,7 @@ static const struct pci_epf_mhi_ep_info sm8450_info = {
static struct pci_epf_header sa8775p_header = {
.vendorid = PCI_VENDOR_ID_QCOM,
- .deviceid = 0x0306, /* FIXME: Update deviceid for sa8775p EP */
+ .deviceid = 0x0116,
.baseclass_code = PCI_CLASS_OTHERS,
.interrupt_pin = PCI_INTERRUPT_INTA,
};