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

Commit 5e75721f authored by Gustavo Solaira's avatar Gustavo Solaira
Browse files

Documentation: bindings: Modify Neutrino RMII option to u32



Modify description of the RMII mode option in the Neutrino
bindings to make it clear that it is a u32 option with
possible values of <0> for disabled and <1> for enabled.

Change-Id: Ic345f2dd95353cde75b5d81d9812b7217f9df054
Signed-off-by: default avatarGustavo Solaira <gustavos@codeaurora.org>
parent e0c9bc15
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -29,10 +29,10 @@ Optional properties:
			   or approx 16.8 ms. For example, a value of 4 would
			   mean a timestamp valid window of approximately 67
			   ms.
  - qcom,ntn-rmii-mode: Use to force RMII mode for RMII PHYs. The interface
  - qcom,ntn-rmii-mode: Use to select if RMII mode is enabled. The interface
			   selection pin is not brought out so it has to be
			   forced. If this option is omitted then RGMII mode
			   will be used.
			   will be used. Use 0 to disable and 1 to enable.

Example:
	qcom,ntn_avb {
@@ -56,4 +56,5 @@ Example:
		qcom,ntn-fw-load-delay-msec = <200>;
		qcom,ntn-pcierst-resx;
		qcom,ntn-timestamp-valid-window = <4>; /* 4 is approx 67 ms */
		qcom,ntn-rmii-mode = <0>; /* RMII mode is disabled, use RGMII */
	};