Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 63226fea authored by Aditya Mathur's avatar Aditya Mathur
Browse files

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: default avatarAditya Mathur <aditmath@codeaurora.org>
parent 1814c3e2
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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>;
	};