kernel: bump 5.15 to 5.15.111
[openwrt/openwrt.git] / target / linux / ipq807x / patches-5.15 / 0107-PCI-qcom-Add-support-for-IPQ8074-Gen3-port.patch
1 From 76893579a74e7e5c79f0c717d95d13f4cbbb5f4d Mon Sep 17 00:00:00 2001
2 From: Robert Marko <robimarko@gmail.com>
3 Date: Sat, 24 Dec 2022 17:11:16 +0100
4 Subject: [PATCH] PCI: qcom: Add support for IPQ8074 Gen3 port
5
6 IPQ8074 has one Gen2 and one Gen3 port, with Gen2 port already supported.
7 Add compatible for Gen3 port which uses the same controller as IPQ6018.
8
9 Signed-off-by: Robert Marko <robimarko@gmail.com>
10 ---
11 drivers/pci/controller/dwc/pcie-qcom.c | 1 +
12 1 file changed, 1 insertion(+)
13
14 --- a/drivers/pci/controller/dwc/pcie-qcom.c
15 +++ b/drivers/pci/controller/dwc/pcie-qcom.c
16 @@ -1733,6 +1733,7 @@ static const struct of_device_id qcom_pc
17 { .compatible = "qcom,pcie-apq8064", .data = &ipq8064_cfg },
18 { .compatible = "qcom,pcie-msm8996", .data = &msm8996_cfg },
19 { .compatible = "qcom,pcie-ipq8074", .data = &ipq8074_cfg },
20 + { .compatible = "qcom,pcie-ipq8074-gen3", .data = &ipq6018_cfg },
21 { .compatible = "qcom,pcie-ipq4019", .data = &ipq4019_cfg },
22 { .compatible = "qcom,pcie-qcs404", .data = &ipq4019_cfg },
23 { .compatible = "qcom,pcie-sdm845", .data = &sdm845_cfg },