Skip to content

Commit f356132

Browse files
robimarkobjorn-helgaas
authored andcommitted
PCI: qcom: Add IPQ8074 Gen3 port support
IPQ8074 has one Gen2 and one Gen3 port, with Gen2 port already supported. Add compatible for Gen3 port which uses the same controller as IPQ6018. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Robert Marko <[email protected]> Signed-off-by: Lorenzo Pieralisi <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]>
1 parent 2b1c46c commit f356132

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
@@ -1828,6 +1828,7 @@ static const struct of_device_id qcom_pcie_match[] = {
18281828
{ .compatible = "qcom,pcie-ipq8064", .data = &cfg_2_1_0 },
18291829
{ .compatible = "qcom,pcie-ipq8064-v2", .data = &cfg_2_1_0 },
18301830
{ .compatible = "qcom,pcie-ipq8074", .data = &cfg_2_3_3 },
1831+
{ .compatible = "qcom,pcie-ipq8074-gen3", .data = &cfg_2_9_0 },
18311832
{ .compatible = "qcom,pcie-msm8996", .data = &cfg_2_3_2 },
18321833
{ .compatible = "qcom,pcie-qcs404", .data = &cfg_2_4_0 },
18331834
{ .compatible = "qcom,pcie-sa8540p", .data = &cfg_1_9_0 },

0 commit comments

Comments
 (0)