summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-11-15 04:07:55 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2016-11-15 04:07:55 -0800
commit5c2a834f84fa8fd92f129cfe2aef599b8287e5e7 (patch)
tree2fc45b3bed1958547f737f193e67d43c65feb629 /Documentation
parent2db8e297793b9018dd70407ac8addb8190e6ff16 (diff)
parentc25e50abe918467fddae119d9b6c2c845bb45a28 (diff)
Merge "msm: pcie: support configurable wr halt size for PCIe"
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/pci/msm_pcie.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/pci/msm_pcie.txt b/Documentation/devicetree/bindings/pci/msm_pcie.txt
index 21b6d99424c0..a50e0c2b2c35 100644
--- a/Documentation/devicetree/bindings/pci/msm_pcie.txt
+++ b/Documentation/devicetree/bindings/pci/msm_pcie.txt
@@ -93,6 +93,8 @@ Optional Properties:
and assign for each endpoint.
- qcom,ep-latency: The time (unit: ms) to wait for the PCIe endpoint to become
stable after power on, before de-assert the PERST to the endpoint.
+ - qcom,wr-halt-size: With base 2, this exponent determines the size of the
+ data that PCIe core will halt on for each write transaction.
- qcom,cpl-timeout: Completion timeout value. This value specifies the time range
which the root complex will send out a completion packet if there is no response
from the endpoint.
@@ -270,6 +272,7 @@ Example:
qcom,smmu-exist;
qcom,smmu-sid-base = <0x1480>;
qcom,ep-latency = <100>;
+ qcom,wr-halt-size = <0xa>; /* 1KB */
qcom,cpl-timeout = <0x2>;
iommus = <&anoc0_smmu>;