diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2018-07-14 00:36:46 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-07-14 00:36:46 -0700 |
| commit | 65a0403464fde6fa34b9dbddaeed9eceef339c80 (patch) | |
| tree | 3bc96dbcfe65fbba08d836828157abed6a8e72f0 | |
| parent | 741e5a2f47c65dd48af48768085bb3497549cce2 (diff) | |
| parent | 63226fea9449ae3400ca22a402013f862e33521c (diff) | |
Merge "Documentation: devicetree: net: Add clock skew parameters for neutrino"
| -rw-r--r-- | Documentation/devicetree/bindings/net/neutrino_avb.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/neutrino_avb.txt b/Documentation/devicetree/bindings/net/neutrino_avb.txt index 471d59f2a3c0..3b9bfab9559b 100644 --- a/Documentation/devicetree/bindings/net/neutrino_avb.txt +++ b/Documentation/devicetree/bindings/net/neutrino_avb.txt @@ -17,6 +17,9 @@ Optional properties: - pinctrl-0: Neutrino reset GPIO [this is from MSM] - ntn-rst-delay-msec: dealy (msec) required after PCIe reset for stabilization - ntn-rc-num: PCIe root complex number on which Neutrino is connected + - qcom,txc-skew-ps: Skew control of TXC pad + - qcom,rxc-skew-ps: Skew control of RXC pad + Example: qcom,ntn_avb { compatible = "qcom,ntn_avb"; @@ -31,4 +34,6 @@ Example: qcom,ntn-rst-delay-msec = <100>; qcom,ntn-rc-num = <1>; qcom,ntn-bus-num = <1>; + qcom,txc-skew-ps = <1860>; + qcom,rxc-skew-ps = <1860>; }; |
