Documentation: devicetree: net: Add clock skew parameters for neutrino
Add documentation for new PHY clock skew parameters in the neutrino driver. Change-Id: Ibefa49ef0f91e42e3bb6d050eeac4a4adfc67ee1 Signed-off-by: Aditya Mathur <aditmath@codeaurora.org>
This commit is contained in:
parent
1814c3e255
commit
63226fea94
1 changed files with 5 additions and 0 deletions
|
@ -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>;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue