mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-01 11:24:25 +08:00
PCI: kirin: Add Kirin 970 compatible
Now that everything is in place, add a compatible for Kirin 970. Link: https://lore.kernel.org/r/ac8c730c0300b90d96bdaaf387d458d8949241a9.1634812676.git.mchehab+huawei@kernel.org Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Xiaowei Song <songxiaowei@hisilicon.com>
This commit is contained in:
parent
b22dbbb245
commit
e636c16909
@ -739,6 +739,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
|
||||
},
|
||||
{},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user