]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
PCI: qcom-ep: Add support for SA8775P SOC
authorMrinmay Sarkar <quic_msarkar@quicinc.com>
Tue, 30 Apr 2024 15:55:38 +0000 (21:25 +0530)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 28 May 2024 14:51:17 +0000 (09:51 -0500)
Add support for SA8775P SoC to the Qualcomm PCIe Endpoint Controller
driver. Adding new compatible string as it has different set of clocks
compared to other SoCs.

Link: https://lore.kernel.org/linux-pci/1714492540-15419-3-git-send-email-quic_msarkar@quicinc.com
Signed-off-by: Mrinmay Sarkar <quic_msarkar@quicinc.com>
Signed-off-by: Krzysztof WilczyƄski <kwilczynski@kernel.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
drivers/pci/controller/dwc/pcie-qcom-ep.c

index 2fb8c15e7a9116a1f6715f9cece1bcb3cf3c694f..a95c755df0fa1abbdfb168597d7bf9ce58ce4d28 100644 (file)
@@ -875,6 +875,7 @@ static void qcom_pcie_ep_remove(struct platform_device *pdev)
 }
 
 static const struct of_device_id qcom_pcie_ep_match[] = {
+       { .compatible = "qcom,sa8775p-pcie-ep", },
        { .compatible = "qcom,sdx55-pcie-ep", },
        { .compatible = "qcom,sm8450-pcie-ep", },
        { }