aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/devicetree/bindings/pci/ti-pci.txt')
-rw-r--r--Documentation/devicetree/bindings/pci/ti-pci.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/pci/ti-pci.txt b/Documentation/devicetree/bindings/pci/ti-pci.txt
index d07d2eba2abd..3649c2e5e630 100644
--- a/Documentation/devicetree/bindings/pci/ti-pci.txt
+++ b/Documentation/devicetree/bindings/pci/ti-pci.txt
@@ -22,6 +22,8 @@ PCIe Designware Controller
22 num-lanes, 22 num-lanes,
23 interrupt-map-mask, 23 interrupt-map-mask,
24 interrupt-map : as specified in ../designware-pcie.txt 24 interrupt-map : as specified in ../designware-pcie.txt
25 - resets: phandle used if reset is handled be soc
26 - reset-names: name given to the phandle
25 27
26Example: 28Example:
27axi { 29axi {
@@ -45,6 +47,8 @@ axi {
45 ti,hwmods = "pcie1"; 47 ti,hwmods = "pcie1";
46 phys = <&pcie1_phy>; 48 phys = <&pcie1_phy>;
47 phy-names = "pcie-phy0"; 49 phy-names = "pcie-phy0";
50 resets = <&prm_resets &device_reset>;
51 reset-names = "reset";
48 interrupt-map-mask = <0 0 0 7>; 52 interrupt-map-mask = <0 0 0 7>;
49 interrupt-map = <0 0 0 1 &pcie_intc 1>, 53 interrupt-map = <0 0 0 1 &pcie_intc 1>,
50 <0 0 0 2 &pcie_intc 2>, 54 <0 0 0 2 &pcie_intc 2>,