summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Documentation/devicetree/bindings/net/neutrino_avb.txt5
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>;
};