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

Commit 0888147d authored by keqili's avatar keqili
Browse files

ARM: dts: msm: enable RESIN to trigger crashdump



enable RESIN button to trigger crashdump with 6s long press.

Change-Id: Icb2bf05a6d844aa484e24c3db2d4e56d2aa5e982
Signed-off-by: default avatarkeqili <keqili@codeaurora.org>
parent 7eb847f4
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -31,6 +31,21 @@
	status = "disabled";
};

&pms405_pon {
	interrupts = <0x0 0x8 0x0 IRQ_TYPE_NONE>,
		     <0x0 0x8 0x1 IRQ_TYPE_NONE>;
	interrupt-names = "kpdpwr", "resin";
	qcom,pon_2 {
		qcom,pon-type = <1>;
		qcom,pull-up = <1>;
		qcom,support-reset = <1>;
		qcom,s1-timer = <4480>;
		qcom,s2-timer = <1000>;
		qcom,s2-type = <1>;
		linux,code = <KEY_KPEQUAL>;
	};
};

&soc {
	gpio_keys {
		vol_mute {