PCI: qcom: Add SM8350 support

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2179137
Upstream Status: 720e0d91c9772b60a87eb361da02deb3c0c628e4

commit 720e0d91c9772b60a87eb361da02deb3c0c628e4
Author: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Date:   Sat Nov 19 01:32:37 2022 +0200

    PCI: qcom: Add SM8350 support

    Add support for the PCIe host on Qualcomm SM8350 platform.

    Link: https://lore.kernel.org/r/20221118233242.2904088-4-dmitry.baryshkov@linaro.org
    Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
    Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org>
    Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
    Reviewed-by: Bjorn Andersson <andersson@kernel.org>

Signed-off-by: Myron Stowe <mstowe@redhat.com>
This commit is contained in:
Myron Stowe 2023-03-29 08:56:55 -06:00
parent 0819dab33a
commit 0a0fc7936e
1 changed files with 1 additions and 0 deletions

View File

@ -1826,6 +1826,7 @@ static const struct of_device_id qcom_pcie_match[] = {
{ .compatible = "qcom,pcie-sdm845", .data = &cfg_2_7_0 },
{ .compatible = "qcom,pcie-sm8150", .data = &cfg_1_9_0 },
{ .compatible = "qcom,pcie-sm8250", .data = &cfg_1_9_0 },
{ .compatible = "qcom,pcie-sm8350", .data = &cfg_1_9_0 },
{ .compatible = "qcom,pcie-sm8450-pcie0", .data = &cfg_1_9_0 },
{ .compatible = "qcom,pcie-sm8450-pcie1", .data = &cfg_1_9_0 },
{ }