Skip to content

Commit 867ec26

Browse files
Mani-Sadhasivambjorn-helgaas
authored andcommitted
PCI: qcom-ep: Add support for SM8450 SoC
Add support for SM8450 SoC to the Qualcomm PCIe Endpoint Controller driver. The driver uses the same config as the existing SDX55 chipset, so additional settings are not required. Link: https://lore.kernel.org/r/20220914075350.7992-13-manivannan.sadhasivam@linaro.org Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
1 parent 63e445b commit 867ec26

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
@@ -793,6 +793,7 @@ static int qcom_pcie_ep_remove(struct platform_device *pdev)
793793

794794
static const struct of_device_id qcom_pcie_ep_match[] = {
795795
{ .compatible = "qcom,sdx55-pcie-ep", },
796+
{ .compatible = "qcom,sm8450-pcie-ep", },
796797
{ }
797798
};
798799
MODULE_DEVICE_TABLE(of, qcom_pcie_ep_match);

0 commit comments

Comments
 (0)