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

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

Documentation: bindings: Add new FW delay item to Neutrino



Add a new item to set the delay used after loading the Neutrino
firmware to SRAM.

CRs-Fixed: 1053629
Change-Id: I639334c2525ab1c75b9bd48f19ce74f25f62a530
Signed-off-by: default avatarGustavo Solaira <gustavos@codeaurora.org>
parent d02b18e3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@ Optional properties:
  - vdd-ntn-phy-supply: Ethernet PHY power supply
  - 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

Example:
	qcom,ntn_avb {
@@ -34,4 +35,5 @@ Example:
		ntn-supply-enable-gpio = <&pmd9635_gpios 3 0>;
		qcom,ntn-rst-delay-msec = <100>;
		qcom,ntn-rc-num = <1>;
		qcom,ntn-fw-load-delay-msec = <200>;
	};