diff options
author | 2019-03-25 15:09:28 +0530 | |
---|---|---|
committer | 2019-04-15 13:24:01 +0100 | |
commit | 1c55c4263fe76f1a65b198787495c7f5f9e48002 (patch) | |
tree | b1ca9ae95fb7f9a5d40166f17a4d779912844a94 | |
parent | PCI: keystone: Move resources initialization to prepare for EP support (diff) | |
download | wireguard-linux-1c55c4263fe76f1a65b198787495c7f5f9e48002.tar.xz wireguard-linux-1c55c4263fe76f1a65b198787495c7f5f9e48002.zip |
dt-bindings: PCI: Add dt-binding to configure PCIe mode
Add "ti,syscon-pcie-mode" dt-binding to hold phandle to the syscon
register that should be used to configure PCIe in RC mode or EP mode.
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Reviewed-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/pci/pci-keystone.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/pci/pci-keystone.txt b/Documentation/devicetree/bindings/pci/pci-keystone.txt index 3a551687cfa2..8ee07197a063 100644 --- a/Documentation/devicetree/bindings/pci/pci-keystone.txt +++ b/Documentation/devicetree/bindings/pci/pci-keystone.txt @@ -23,6 +23,8 @@ pcie_msi_intc : Interrupt controller device node for MSI IRQ chip ti,syscon-pcie-id : phandle to the device control module required to set device id and vendor id. +ti,syscon-pcie-mode : phandle to the device control module required to configure + PCI in either RC mode or EP mode. Example: pcie_msi_intc: msi-interrupt-controller { |