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

Commit 24742aaa authored by Gustavo Solaira's avatar Gustavo Solaira Committed by Gerrit - the friendly Code Review server
Browse files

Documentation: bindings: Add Neutrino bindings for reset and phy



Add Neutrino bindings for disabling PHY and also for the
option of merging PCIERST and RESX lines.

Change-Id: I98944c5966ab9b6871c9cbb412b845be16389b25
Signed-off-by: default avatarGustavo Solaira <gustavos@codeaurora.org>
parent 16902c57
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -16,6 +16,10 @@ Optional properties:
  - vdd-ntn-core-supply: Neutrino core power supply
  - ntn-supply-enable-gpio: GPIO used to control power supply to Neutrino
  - qcom,ntn-fw-load-delay-msec: Delay used after loading the firmware to SRAM
  - qcom,ntn-pcierst-resx: PCIe reset is connected to Neutrino RESX, this
			   means that Neutrino will stay on reset during
			   PCIe suspend
  - qcom,ntn-disable-phy: Use for devices that don't have a PHY chip

Example:
	qcom,ntn_avb {
@@ -36,4 +40,5 @@ Example:
		qcom,ntn-rst-delay-msec = <100>;
		qcom,ntn-rc-num = <1>;
		qcom,ntn-fw-load-delay-msec = <200>;
		qcom,ntn-pcierst-resx;
	};