Skip to content

Commit 42c812d

Browse files
lumagkwilczynski
authored andcommitted
PCI: qcom-ep: Enable EP mode support for SAR2130P
Enable PCIe Endpoint mode support for the Qualcomm SAR2130P platform. This is needed, as it is not possible to use a compatible fallback on any other platform since SAR2130P uses slightly different set of clocks. Signed-off-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Manivannan Sadhasivam <[email protected]> Signed-off-by: Krzysztof Wilczyński <[email protected]>
1 parent f325b07 commit 42c812d

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
@@ -937,6 +937,7 @@ static const struct of_device_id qcom_pcie_ep_match[] = {
937937
{ .compatible = "qcom,sa8775p-pcie-ep", .data = &cfg_1_34_0},
938938
{ .compatible = "qcom,sdx55-pcie-ep", },
939939
{ .compatible = "qcom,sm8450-pcie-ep", },
940+
{ .compatible = "qcom,sar2130p-pcie-ep", },
940941
{ }
941942
};
942943
MODULE_DEVICE_TABLE(of, qcom_pcie_ep_match);

0 commit comments

Comments
 (0)