diff options
| author | Mauro Carvalho Chehab <[email protected]> | 2021-10-21 10:45:13 +0000 |
|---|---|---|
| committer | Bjorn Helgaas <[email protected]> | 2021-11-04 19:34:23 +0000 |
| commit | e636c1690941a396aa7643ae2c4397cebaa2851e (patch) | |
| tree | c502ae560c43f5911cffad2a0042bfa0bafa4164 /drivers/pci/controller/dwc | |
| parent | PCI: kirin: Support PERST# GPIOs for HiKey970 external PEX 8606 bridge (diff) | |
| download | kernel-e636c1690941a396aa7643ae2c4397cebaa2851e.tar.gz kernel-e636c1690941a396aa7643ae2c4397cebaa2851e.zip | |
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 <[email protected]>
Signed-off-by: Lorenzo Pieralisi <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
Acked-by: Xiaowei Song <[email protected]>
Diffstat (limited to 'drivers/pci/controller/dwc')
| -rw-r--r-- | drivers/pci/controller/dwc/pcie-kirin.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/pci/controller/dwc/pcie-kirin.c b/drivers/pci/controller/dwc/pcie-kirin.c index 889e1eef4136..0e3c70f54e94 100644 --- a/drivers/pci/controller/dwc/pcie-kirin.c +++ b/drivers/pci/controller/dwc/pcie-kirin.c @@ -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 + }, {}, }; |
