Skip to content

Commit a63b74f

Browse files
devi priyakwilczynski
authored andcommitted
PCI: qcom: Add support for IPQ9574
Add the new IPQ9574 platform which is based on the Qcom IP rev. 1.27.0 and Synopsys IP rev. 5.80a. The platform itself has four PCIe Gen3 controllers: two single-lane and two dual-lane, all are based on Synopsys IP rev. 5.70a. As such, reuse all the members of 'ops_2_9_0'. Link: https://lore.kernel.org/r/[email protected] Co-developed-by: Anusha Rao <[email protected]> Signed-off-by: Anusha Rao <[email protected]> Signed-off-by: devi priya <[email protected]> Signed-off-by: Sricharan Ramabadhran <[email protected]> [kwilczynski: commit log] Signed-off-by: Krzysztof Wilczyński <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Reviewed-by: Manivannan Sadhasivam <[email protected]>
1 parent e0662da commit a63b74f

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
@@ -1830,6 +1830,7 @@ static const struct of_device_id qcom_pcie_match[] = {
18301830
{ .compatible = "qcom,pcie-ipq8064-v2", .data = &cfg_2_1_0 },
18311831
{ .compatible = "qcom,pcie-ipq8074", .data = &cfg_2_3_3 },
18321832
{ .compatible = "qcom,pcie-ipq8074-gen3", .data = &cfg_2_9_0 },
1833+
{ .compatible = "qcom,pcie-ipq9574", .data = &cfg_2_9_0 },
18331834
{ .compatible = "qcom,pcie-msm8996", .data = &cfg_2_3_2 },
18341835
{ .compatible = "qcom,pcie-qcs404", .data = &cfg_2_4_0 },
18351836
{ .compatible = "qcom,pcie-sa8540p", .data = &cfg_sc8280xp },

0 commit comments

Comments
 (0)