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

Commit 8651c8b5 authored by Gustavo Solaira's avatar Gustavo Solaira
Browse files

Documentation: bindings: Add RMII property to Neutrino AVB



Add boolean property to Neutrino AVB to force RMII mode for
RMII PHYs.

Change-Id: I0f7ca316eed25316f47e5e43ec239d21615b0179
Signed-off-by: default avatarGustavo Solaira <gustavos@codeaurora.org>
parent 23b255f3
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -29,6 +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
			   selection pin is not brought out so it has to be
			   forced. If this option is omitted then RGMII mode
			   will be used.

Example:
	qcom,ntn_avb {
@@ -44,7 +48,7 @@ Example:
		qcom,ntn-bus-num = <1>;
	};

	qcom,ntn_avb {
	ethernet {
		compatible = "qcom,ntn_avb";
		ntn-supply-enable-gpio = <&pmd9635_gpios 3 0>;
		qcom,ntn-rst-delay-msec = <100>;