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

Commit 65a04034 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Documentation: devicetree: net: Add clock skew parameters for neutrino"

parents 741e5a2f 63226fea
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>;
	};