Skip to content

Commit 6d0c393

Browse files
abelvesakwilczynski
authored andcommitted
PCI: qcom: Add X1E80100 PCIe support
Add the compatible and the driver data for X1E80100 PCIe controller. There are 5 controller instances found on this platform, out of which 2 are Gen3 with speeds of up to 8.0GT/s, while the other 3 are Gen4 with speeds of up to 16GT/s. The version of the controller is 1.38.0 for all instances, but they are compatible with 1.9.0 config. The max link width is x8 for one controller, x4 for two of others and x2 for the two left. [kwilczynski: commit log] Link: https://lore.kernel.org/linux-pci/[email protected] Reviewed-by: Manivannan Sadhasivam <[email protected]> Signed-off-by: Abel Vesa <[email protected]> Signed-off-by: Krzysztof Wilczyński <[email protected]>
1 parent 692eadd commit 6d0c393

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
@@ -1679,6 +1679,7 @@ static const struct of_device_id qcom_pcie_match[] = {
16791679
{ .compatible = "qcom,pcie-sm8450-pcie0", .data = &cfg_1_9_0 },
16801680
{ .compatible = "qcom,pcie-sm8450-pcie1", .data = &cfg_1_9_0 },
16811681
{ .compatible = "qcom,pcie-sm8550", .data = &cfg_1_9_0 },
1682+
{ .compatible = "qcom,pcie-x1e80100", .data = &cfg_1_9_0 },
16821683
{ }
16831684
};
16841685

0 commit comments

Comments
 (0)