diff options
| author | Dmitry Baryshkov <[email protected]> | 2025-02-21 15:52:04 +0000 |
|---|---|---|
| committer | Krzysztof Wilczyński <[email protected]> | 2025-02-24 19:05:00 +0000 |
| commit | 42c812d07088777a3439e51bd1461d215151150e (patch) | |
| tree | c60b77e58d59cfbfbfc4828fd02e5f37184bdc28 /drivers/pci/controller/dwc/pcie-qcom-ep.c | |
| parent | dt-bindings: PCI: qcom-ep: Add SAR2130P compatible (diff) | |
| download | kernel-42c812d07088777a3439e51bd1461d215151150e.tar.gz kernel-42c812d07088777a3439e51bd1461d215151150e.zip | |
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]>
Diffstat (limited to 'drivers/pci/controller/dwc/pcie-qcom-ep.c')
| -rw-r--r-- | drivers/pci/controller/dwc/pcie-qcom-ep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/controller/dwc/pcie-qcom-ep.c b/drivers/pci/controller/dwc/pcie-qcom-ep.c index 01d3862d7003..d1f777945680 100644 --- a/drivers/pci/controller/dwc/pcie-qcom-ep.c +++ b/drivers/pci/controller/dwc/pcie-qcom-ep.c @@ -937,6 +937,7 @@ static const struct of_device_id qcom_pcie_ep_match[] = { { .compatible = "qcom,sa8775p-pcie-ep", .data = &cfg_1_34_0}, { .compatible = "qcom,sdx55-pcie-ep", }, { .compatible = "qcom,sm8450-pcie-ep", }, + { .compatible = "qcom,sar2130p-pcie-ep", }, { } }; MODULE_DEVICE_TABLE(of, qcom_pcie_ep_match); |
