We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b1c46c commit f356132Copy full SHA for f356132
drivers/pci/controller/dwc/pcie-qcom.c
@@ -1828,6 +1828,7 @@ static const struct of_device_id qcom_pcie_match[] = {
1828
{ .compatible = "qcom,pcie-ipq8064", .data = &cfg_2_1_0 },
1829
{ .compatible = "qcom,pcie-ipq8064-v2", .data = &cfg_2_1_0 },
1830
{ .compatible = "qcom,pcie-ipq8074", .data = &cfg_2_3_3 },
1831
+ { .compatible = "qcom,pcie-ipq8074-gen3", .data = &cfg_2_9_0 },
1832
{ .compatible = "qcom,pcie-msm8996", .data = &cfg_2_3_2 },
1833
{ .compatible = "qcom,pcie-qcs404", .data = &cfg_2_4_0 },
1834
{ .compatible = "qcom,pcie-sa8540p", .data = &cfg_1_9_0 },
0 commit comments