aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/pci
diff options
context:
space:
mode:
authorMingkai Hu <mingkai.hu@nxp.com>2016-10-25 20:36:56 +0800
committerBjorn Helgaas <bhelgaas@google.com>2016-11-11 16:40:16 -0600
commit1d77040bde2d21dc7db575d4b43c1da24c94cca1 (patch)
tree28c49e668ccaca0e29df72b5addc2d2a03e3031a /Documentation/devicetree/bindings/pci
parentPCI: layerscape: Remove redundant error message from ls_pcie_probe() (diff)
downloadlinux-dev-1d77040bde2d21dc7db575d4b43c1da24c94cca1.tar.xz
linux-dev-1d77040bde2d21dc7db575d4b43c1da24c94cca1.zip
PCI: layerscape: Add LS1046a support
Add support for the LS1046a PCIe controller. This device has a different LUT_DBG offset, so add "lut_dbg" to ls_pcie_drvdata to describe this difference. [bhelgaas: changelog, remove now-unused PCIE_LUT_DBG] Signed-off-by: Mingkai Hu <mingkai.hu@nxp.com> Signed-off-by: Minghuan Lian <Minghuan.Lian@nxp.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'Documentation/devicetree/bindings/pci')
-rw-r--r--Documentation/devicetree/bindings/pci/layerscape-pci.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/pci/layerscape-pci.txt b/Documentation/devicetree/bindings/pci/layerscape-pci.txt
index 41e9f55a1467..ee1c72d5162e 100644
--- a/Documentation/devicetree/bindings/pci/layerscape-pci.txt
+++ b/Documentation/devicetree/bindings/pci/layerscape-pci.txt
@@ -15,6 +15,7 @@ Required properties:
- compatible: should contain the platform identifier such as:
"fsl,ls1021a-pcie", "snps,dw-pcie"
"fsl,ls2080a-pcie", "fsl,ls2085a-pcie", "snps,dw-pcie"
+ "fsl,ls1046a-pcie"
- reg: base addresses and lengths of the PCIe controller
- interrupts: A list of interrupt outputs of the controller. Must contain an
entry for each entry in the interrupt-names property.