diff options
author | Ray Jui <ray.jui@broadcom.com> | 2016-11-01 01:38:35 +0100 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2016-11-17 21:40:37 +0100 |
commit | 787b3c4f2e7d0888e211376c7c6a1617e8cc0f46 (patch) | |
tree | 64615d85f1ab533e5619f5cf912be619c673d4f7 /drivers/pci/host/pcie-iproc-platform.c | |
parent | PCI: iproc: Add PAXCv2 related binding (diff) | |
download | linux-787b3c4f2e7d0888e211376c7c6a1617e8cc0f46.tar.xz linux-787b3c4f2e7d0888e211376c7c6a1617e8cc0f46.zip |
PCI: iproc: Add PAXC v2 support
Add support for the second generation of the iProc PCIe PAXC host
controller.
Signed-off-by: Ray Jui <ray.jui@broadcom.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Anup Patel <anup.patel@broadcom.com>
Reviewed-by: Scott Branden <scott.branden@broadcom.com>
Diffstat (limited to 'drivers/pci/host/pcie-iproc-platform.c')
-rw-r--r-- | drivers/pci/host/pcie-iproc-platform.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/pci/host/pcie-iproc-platform.c b/drivers/pci/host/pcie-iproc-platform.c index a3de087976b3..f24315006835 100644 --- a/drivers/pci/host/pcie-iproc-platform.c +++ b/drivers/pci/host/pcie-iproc-platform.c @@ -33,6 +33,9 @@ static const struct of_device_id iproc_pcie_of_match_table[] = { }, { .compatible = "brcm,iproc-pcie-paxc", .data = (int *)IPROC_PCIE_PAXC, + }, { + .compatible = "brcm,iproc-pcie-paxc-v2", + .data = (int *)IPROC_PCIE_PAXC_V2, }, { /* sentinel */ } }; |