diff options
author | Ray Jui <ray.jui@broadcom.com> | 2016-11-01 01:38:41 +0100 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2016-11-23 23:51:14 +0100 |
commit | c7c44527b364bce2858bc1c8b630371fea153b56 (patch) | |
tree | da7dc8b75078967ed8ca072d186679468385f2ba /drivers/pci/host/pcie-iproc.h | |
parent | PCI: iproc: Add PAXBv2 binding info (diff) | |
download | linux-c7c44527b364bce2858bc1c8b630371fea153b56.tar.xz linux-c7c44527b364bce2858bc1c8b630371fea153b56.zip |
PCI: iproc: Add support for the next-gen PAXB controller
Add support for the next generation of the iProc PAXB host controller, used
in Stingray.
Signed-off-by: Oza Oza <oza.oza@broadcom.com>
Signed-off-by: Ray Jui <ray.jui@broadcom.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Scott Branden <scott.branden@broadcom.com>
Diffstat (limited to 'drivers/pci/host/pcie-iproc.h')
-rw-r--r-- | drivers/pci/host/pcie-iproc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/host/pcie-iproc.h b/drivers/pci/host/pcie-iproc.h index 3f2709af1a50..04fed8e907f1 100644 --- a/drivers/pci/host/pcie-iproc.h +++ b/drivers/pci/host/pcie-iproc.h @@ -26,6 +26,7 @@ enum iproc_pcie_type { IPROC_PCIE_PAXB_BCMA = 0, IPROC_PCIE_PAXB, + IPROC_PCIE_PAXB_V2, IPROC_PCIE_PAXC, IPROC_PCIE_PAXC_V2, }; |