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

Commit 5d23dd29 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents f40a2839 43cedf4c
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>;
	};
};