Skip to content

Commit 3e51274

Browse files
Nitheesh SekarMani-Sadhasivam
authored andcommitted
PCI: qcom: Add support for IPQ5018
Add IPQ5018 platform with is based on Qcom IP rev. 2.9.0 and Synopsys IP rev. 5.00a. The platform itself has two PCIe Gen2 controllers: one single-lane and one dual-lane. So add the IPQ5018 compatible and re-use 2_9_0 ops. Signed-off-by: Nitheesh Sekar <[email protected]> Signed-off-by: Sricharan R <[email protected]> Signed-off-by: George Moussalem <[email protected]> Signed-off-by: Manivannan Sadhasivam <[email protected]> Reviewed-by: Manivannan Sadhasivam <[email protected]> Link: https://patch.msgid.link/[email protected]
1 parent b649d91 commit 3e51274

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1840,6 +1840,7 @@ static const struct of_device_id qcom_pcie_match[] = {
18401840
{ .compatible = "qcom,pcie-apq8064", .data = &cfg_2_1_0 },
18411841
{ .compatible = "qcom,pcie-apq8084", .data = &cfg_1_0_0 },
18421842
{ .compatible = "qcom,pcie-ipq4019", .data = &cfg_2_4_0 },
1843+
{ .compatible = "qcom,pcie-ipq5018", .data = &cfg_2_9_0 },
18431844
{ .compatible = "qcom,pcie-ipq6018", .data = &cfg_2_9_0 },
18441845
{ .compatible = "qcom,pcie-ipq8064", .data = &cfg_2_1_0 },
18451846
{ .compatible = "qcom,pcie-ipq8064-v2", .data = &cfg_2_1_0 },

0 commit comments

Comments
 (0)