[PATCH 4/4] PCI: j721e: Add PCIe support for AM64
Kishon Vijay Abraham I
kishon at ti.com
Thu Mar 25 09:09:36 GMT 2021
AM64 has the same PCIe IP as in J7200 (legacy interrupt handling is
same as J7200 instead of J721E). Add support for "ti,am64-pcie-host"
compatible that is specific to AM64.
Signed-off-by: Kishon Vijay Abraham I <kishon at ti.com>
---
drivers/pci/controller/cadence/pci-j721e.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/drivers/pci/controller/cadence/pci-j721e.c b/drivers/pci/controller/cadence/pci-j721e.c
index f175f116abf6..38895a5f4b68 100644
--- a/drivers/pci/controller/cadence/pci-j721e.c
+++ b/drivers/pci/controller/cadence/pci-j721e.c
@@ -467,6 +467,10 @@ static const struct of_device_id of_j721e_pcie_match[] = {
.compatible = "ti,j7200-pcie-host",
.data = &j7200_pcie_rc_data,
},
+ {
+ .compatible = "ti,am64-pcie-host",
+ .data = &j7200_pcie_rc_data,
+ },
{},
};
--
2.17.1
More information about the linux-arm-kernel
mailing list