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 9169e03 commit d60379dCopy full SHA for d60379d
drivers/pci/controller/dwc/pcie-qcom.c
@@ -1613,6 +1613,7 @@ static const struct of_device_id qcom_pcie_match[] = {
1613
{ .compatible = "qcom,pcie-msm8996", .data = &cfg_2_3_2 },
1614
{ .compatible = "qcom,pcie-qcs404", .data = &cfg_2_4_0 },
1615
{ .compatible = "qcom,pcie-sa8540p", .data = &cfg_1_9_0 },
1616
+ { .compatible = "qcom,pcie-sa8775p", .data = &cfg_1_9_0},
1617
{ .compatible = "qcom,pcie-sc7280", .data = &cfg_1_9_0 },
1618
{ .compatible = "qcom,pcie-sc8180x", .data = &cfg_1_9_0 },
1619
{ .compatible = "qcom,pcie-sc8280xp", .data = &cfg_1_9_0 },
0 commit comments