aboutsummaryrefslogtreecommitdiff
path: root/Bindings/pci/ti-pci.txt
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2019-05-08 19:00:46 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2019-05-08 19:00:46 +0000
commit0db636cb5e9747c177d4fe9ae36c20987819a1b6 (patch)
treeb45f33ee0918192a1d0373c223d19aa906875c98 /Bindings/pci/ti-pci.txt
parent2131505c51f1ac8ac0a6db71efcda1b4bd61084b (diff)
downloadsrc-0db636cb5e9747c177d4fe9ae36c20987819a1b6.tar.gz
src-0db636cb5e9747c177d4fe9ae36c20987819a1b6.zip
Import Linux 5.1 DTS filesvendor/device-tree/5.1
Notes
Notes: svn path=/vendor/device-tree/dist/; revision=347363 svn path=/vendor/device-tree/5.1/; revision=347364; tag=vendor/device-tree/5.1
Diffstat (limited to 'Bindings/pci/ti-pci.txt')
-rw-r--r--Bindings/pci/ti-pci.txt11
1 files changed, 9 insertions, 2 deletions
diff --git a/Bindings/pci/ti-pci.txt b/Bindings/pci/ti-pci.txt
index 452fe48c4fdd..d5cbfe6b0d89 100644
--- a/Bindings/pci/ti-pci.txt
+++ b/Bindings/pci/ti-pci.txt
@@ -1,14 +1,21 @@
TI PCI Controllers
PCIe DesignWare Controller
- - compatible: Should be "ti,dra7-pcie" for RC
- Should be "ti,dra7-pcie-ep" for EP
+ - compatible: Should be "ti,dra7-pcie" for RC (deprecated)
+ Should be "ti,dra7-pcie-ep" for EP (deprecated)
+ Should be "ti,dra746-pcie-rc" for dra74x/dra76 in RC mode
+ Should be "ti,dra746-pcie-ep" for dra74x/dra76 in EP mode
+ Should be "ti,dra726-pcie-rc" for dra72x in RC mode
+ Should be "ti,dra726-pcie-ep" for dra72x in EP mode
- phys : list of PHY specifiers (used by generic PHY framework)
- phy-names : must be "pcie-phy0", "pcie-phy1", "pcie-phyN".. based on the
number of PHYs as specified in *phys* property.
- ti,hwmods : Name of the hwmod associated to the pcie, "pcie<X>",
where <X> is the instance number of the pcie from the HW spec.
- num-lanes as specified in ../designware-pcie.txt
+ - ti,syscon-lane-sel : phandle/offset pair. Phandle to the system control
+ module and the register offset to specify lane
+ selection.
HOST MODE
=========