Skip to content

Commit 5e3c2ba

Browse files
committed
PCI: epf-mhi: Update device ID for SA8775P
JIRA: https://issues.redhat.com/browse/RHEL-93880 commit 4f13dd9 Author: Mrinmay Sarkar <quic_msarkar@quicinc.com> Date: Thu Dec 5 12:24:20 2024 +0530 PCI: epf-mhi: Update device ID for SA8775P Update device ID for the Qcom SA8775P SoC. Signed-off-by: Mrinmay Sarkar <quic_msarkar@quicinc.com> Link: https://lore.kernel.org/r/20241205065422.2515086-3-quic_msarkar@quicinc.com [kwilczynski: commit log] Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org> Signed-off-by: Mattijs Korpershoek <mkorpershoek@redhat.com>
1 parent 7282b9d commit 5e3c2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pci/endpoint/functions/pci-epf-mhi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ static const struct pci_epf_mhi_ep_info sm8450_info = {
125125

126126
static struct pci_epf_header sa8775p_header = {
127127
.vendorid = PCI_VENDOR_ID_QCOM,
128-
.deviceid = 0x0306, /* FIXME: Update deviceid for sa8775p EP */
128+
.deviceid = 0x0116,
129129
.baseclass_code = PCI_CLASS_OTHERS,
130130
.interrupt_pin = PCI_INTERRUPT_INTA,
131131
};

0 commit comments

Comments
 (0)