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

Commit 43cedf4c authored by Gustavo Solaira's avatar Gustavo Solaira
Browse files

ARM: dts: msm: Enable reset via PM_RESIN_N for mdm9650 CV2X



Enable PMIC stage 2 reset for mdm9650 CV2X when the
reset line is held low for 2 seconds. This is used by the
PCIe RC host to force reset the MDM if it crashes or becomes
unresponsive.

Change-Id: Ie99cb0842b895bf474dd7dab8f78811834820ee0
Signed-off-by: default avatarGustavo Solaira <gustavos@codeaurora.org>
parent 2e003568
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -330,3 +330,18 @@
		qcom,vadc-thermal-node;
	};
};

&pmd9650_pon {
	interrupts = <0x0 0x8 0x0>, <0x0 0x8 0x1>;
	interrupt-names = "kpdpwr", "resin";
	qcom,s3-src = "resin";

	qcom,pon_2 {
		qcom,pon-type = <1>;
		qcom,support-reset = <1>;
		qcom,s1-timer = <0>;
		qcom,s2-timer = <2000>;
		qcom,s2-type = <7>;
		qcom,pull-up = <1>;
	};
};