From: Mrinmay Sarkar Date: Tue, 30 Apr 2024 15:55:38 +0000 (+0530) Subject: PCI: qcom-ep: Add support for SA8775P SOC X-Git-Tag: v6.11-rc1~97^2~7^2~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=58d0d3e032b3679023afd0062d9ddfb7823c6e5d;p=thirdparty%2Fkernel%2Flinux.git PCI: qcom-ep: Add support for SA8775P SOC 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 Signed-off-by: Krzysztof WilczyƄski Signed-off-by: Bjorn Helgaas Reviewed-by: Manivannan Sadhasivam --- diff --git a/drivers/pci/controller/dwc/pcie-qcom-ep.c b/drivers/pci/controller/dwc/pcie-qcom-ep.c index 2fb8c15e7a911..a95c755df0fa1 100644 --- a/drivers/pci/controller/dwc/pcie-qcom-ep.c +++ b/drivers/pci/controller/dwc/pcie-qcom-ep.c @@ -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", }, { }