PCI: epf-mhi: Update device ID for SA8775P
[ Upstream commit 4f13dd9e2b1d2b317bb36704f8a7bd1d3017f7a2 ] 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: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
0b21e99cf6
commit
b5038d313a
@@ -125,7 +125,7 @@ static const struct pci_epf_mhi_ep_info sm8450_info = {
|
|||||||
|
|
||||||
static struct pci_epf_header sa8775p_header = {
|
static struct pci_epf_header sa8775p_header = {
|
||||||
.vendorid = PCI_VENDOR_ID_QCOM,
|
.vendorid = PCI_VENDOR_ID_QCOM,
|
||||||
.deviceid = 0x0306, /* FIXME: Update deviceid for sa8775p EP */
|
.deviceid = 0x0116,
|
||||||
.baseclass_code = PCI_CLASS_OTHERS,
|
.baseclass_code = PCI_CLASS_OTHERS,
|
||||||
.interrupt_pin = PCI_INTERRUPT_INTA,
|
.interrupt_pin = PCI_INTERRUPT_INTA,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user