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

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

ARM: dts: msm: Add new FW load delay property for Neutrino



Add a new property to add a delay after FW load on Neutrino
ethernet driver. Set this to 200 ms.

CRs-Fixed: 1053629
Change-Id: I45bfa731d7511a14e160e302eb47a40b8bc19626
Signed-off-by: default avatarGustavo Solaira <gustavos@codeaurora.org>
parent 14f889c8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@
		ntn-supply-enable-gpio = <&pmd9635_gpios 3 0>;
		qcom,ntn-rst-delay-msec = <100>;
		qcom,ntn-rc-num = <0>;
		qcom,ntn-fw-load-delay-msec = <200>;
	};
};

+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@
		ntn-supply-enable-gpio = <&pmd9635_gpios 3 0>;
		qcom,ntn-rst-delay-msec = <100>;
		qcom,ntn-rc-num = <0>;
		qcom,ntn-fw-load-delay-msec = <200>;
	};
};