lkml.org 
[lkml]   [2021]   [Oct]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v14 06/11] PCI: kirin: Add Kirin 970 compatible
    Date
    Now that everything is in place, add a compatible for Kirin 970.

    Acked-by: Xiaowei Song <songxiaowei@hisilicon.com>
    Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
    ---

    See [PATCH v14 00/11] at: https://lore.kernel.org/all/cover.1634622716.git.mchehab+huawei@kernel.org/

    drivers/pci/controller/dwc/pcie-kirin.c | 4 ++++
    1 file changed, 4 insertions(+)

    diff --git a/drivers/pci/controller/dwc/pcie-kirin.c b/drivers/pci/controller/dwc/pcie-kirin.c
    index bc329673632a..475ef57d5261 100644
    --- a/drivers/pci/controller/dwc/pcie-kirin.c
    +++ b/drivers/pci/controller/dwc/pcie-kirin.c
    @@ -738,6 +738,10 @@ static const struct of_device_id kirin_pcie_match[] = {
    .compatible = "hisilicon,kirin960-pcie",
    .data = (void *)PCIE_KIRIN_INTERNAL_PHY
    },
    + {
    + .compatible = "hisilicon,kirin970-pcie",
    + .data = (void *)PCIE_KIRIN_EXTERNAL_PHY
    + },
    {},
    };

    --
    2.31.1
    \
     
     \ /
      Last update: 2021-10-19 08:07    [W:8.809 / U:0.040 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site