Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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/20230113164449.906002-7-robimarko@gmail.com
Signed-off-by: Robert Marko <robimarko@gmail.com>
Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>

authored by

Robert Marko and committed by
Bjorn Helgaas
f3561322 2b1c46ce

+1
+1
drivers/pci/controller/dwc/pcie-qcom.c
··· 1828 1828 { .compatible = "qcom,pcie-ipq8064", .data = &cfg_2_1_0 }, 1829 1829 { .compatible = "qcom,pcie-ipq8064-v2", .data = &cfg_2_1_0 }, 1830 1830 { .compatible = "qcom,pcie-ipq8074", .data = &cfg_2_3_3 }, 1831 + { .compatible = "qcom,pcie-ipq8074-gen3", .data = &cfg_2_9_0 }, 1831 1832 { .compatible = "qcom,pcie-msm8996", .data = &cfg_2_3_2 }, 1832 1833 { .compatible = "qcom,pcie-qcs404", .data = &cfg_2_4_0 }, 1833 1834 { .compatible = "qcom,pcie-sa8540p", .data = &cfg_1_9_0 },