projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b1c46c
)
PCI: qcom: Add IPQ8074 Gen3 port support
author
Robert Marko
<robimarko@gmail.com>
Fri, 13 Jan 2023 16:44:47 +0000
(17:44 +0100)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Tue, 14 Feb 2023 17:41:04 +0000
(11:41 -0600)
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>
drivers/pci/controller/dwc/pcie-qcom.c
patch
|
blob
|
history
diff --git
a/drivers/pci/controller/dwc/pcie-qcom.c
b/drivers/pci/controller/dwc/pcie-qcom.c
index 0034cccf5038b0164ae083c8d810512c99bb00d4..a232b04af048c1ebb18d122e505523633d9f9742 100644
(file)
--- a/
drivers/pci/controller/dwc/pcie-qcom.c
+++ b/
drivers/pci/controller/dwc/pcie-qcom.c
@@
-1828,6
+1828,7
@@
static const struct of_device_id qcom_pcie_match[] = {
{ .compatible = "qcom,pcie-ipq8064", .data = &cfg_2_1_0 },
{ .compatible = "qcom,pcie-ipq8064-v2", .data = &cfg_2_1_0 },
{ .compatible = "qcom,pcie-ipq8074", .data = &cfg_2_3_3 },
+ { .compatible = "qcom,pcie-ipq8074-gen3", .data = &cfg_2_9_0 },
{ .compatible = "qcom,pcie-msm8996", .data = &cfg_2_3_2 },
{ .compatible = "qcom,pcie-qcs404", .data = &cfg_2_4_0 },
{ .compatible = "qcom,pcie-sa8540p", .data = &cfg_1_9_0 },