Skip to content

Commit 58d0d3e

Browse files
Mrinmay Sarkarbjorn-helgaas
authored andcommitted
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/[email protected] Signed-off-by: Mrinmay Sarkar <[email protected]> Signed-off-by: Krzysztof Wilczyński <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]> Reviewed-by: Manivannan Sadhasivam <[email protected]>
1 parent 9d3d5e7 commit 58d0d3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/pci/controller/dwc/pcie-qcom-ep.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -875,6 +875,7 @@ static void qcom_pcie_ep_remove(struct platform_device *pdev)
875875
}
876876

877877
static const struct of_device_id qcom_pcie_ep_match[] = {
878+
{ .compatible = "qcom,sa8775p-pcie-ep", },
878879
{ .compatible = "qcom,sdx55-pcie-ep", },
879880
{ .compatible = "qcom,sm8450-pcie-ep", },
880881
{ }

0 commit comments

Comments
 (0)