Skip to content

Commit 6d00161

Browse files
FROMLIST: PCI: qcom: Add QCS615 PCIe support
Add the compatible and the driver data for QCS615 PCIe controller. There is only one controller instance found on this platform, out of which is Gen3 with speeds of up to 8.0GT/s. The version of the controller is 1.38.0 for all instances, but they are compatible with 1.9.0 config. Link: https://lore.kernel.org/all/20250507031559.4085159-6-quic_ziyuzhan@quicinc.com/ Signed-off-by: Krishna chaitanya chundru <quic_krichai@quicinc.com> Signed-off-by: Ziyue Zhang <quic_ziyuzhan@quicinc.com>
1 parent 1103f9c commit 6d00161

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/pci/controller/dwc/pcie-qcom.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1939,6 +1939,7 @@ static const struct of_device_id qcom_pcie_match[] = {
19391939
{ .compatible = "qcom,pcie-sm8450-pcie1", .data = &cfg_1_9_0 },
19401940
{ .compatible = "qcom,pcie-sm8550", .data = &cfg_1_9_0 },
19411941
{ .compatible = "qcom,pcie-x1e80100", .data = &cfg_sc8280xp },
1942+
{ .compatible = "qcom,qcs615-pcie", .data = &cfg_1_9_0 },
19421943
{ }
19431944
};
19441945

0 commit comments

Comments
 (0)