2
0

0020-v6.3-PCI-qcom-Add-support-for-IPQ8074-Gen3-port.patch 1.2 KB

1234567891011121314151617181920212223242526
  1. From f356132229b18ceef5d5ef9103bbaa9bdeb84c8d Mon Sep 17 00:00:00 2001
  2. From: Robert Marko <[email protected]>
  3. Date: Fri, 13 Jan 2023 17:44:47 +0100
  4. Subject: [PATCH] PCI: qcom: Add IPQ8074 Gen3 port support
  5. IPQ8074 has one Gen2 and one Gen3 port, with Gen2 port already supported.
  6. Add compatible for Gen3 port which uses the same controller as IPQ6018.
  7. Link: https://lore.kernel.org/r/[email protected]
  8. Signed-off-by: Robert Marko <[email protected]>
  9. Signed-off-by: Lorenzo Pieralisi <[email protected]>
  10. Signed-off-by: Bjorn Helgaas <[email protected]>
  11. ---
  12. drivers/pci/controller/dwc/pcie-qcom.c | 1 +
  13. 1 file changed, 1 insertion(+)
  14. --- a/drivers/pci/controller/dwc/pcie-qcom.c
  15. +++ b/drivers/pci/controller/dwc/pcie-qcom.c
  16. @@ -1745,6 +1745,7 @@ static const struct of_device_id qcom_pc
  17. { .compatible = "qcom,pcie-ipq8064", .data = &cfg_2_1_0 },
  18. { .compatible = "qcom,pcie-ipq8064-v2", .data = &cfg_2_1_0 },
  19. { .compatible = "qcom,pcie-ipq8074", .data = &cfg_2_3_3 },
  20. + { .compatible = "qcom,pcie-ipq8074-gen3", .data = &cfg_2_9_0 },
  21. { .compatible = "qcom,pcie-msm8996", .data = &cfg_2_3_2 },
  22. { .compatible = "qcom,pcie-qcs404", .data = &cfg_2_4_0 },
  23. { .compatible = "qcom,pcie-sa8540p", .data = &cfg_1_9_0 },