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

Commit 19974a98 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: Add power key support for mdmcalifornium"

parents 80cba512 1a312d7a
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -723,3 +723,15 @@
#include "msm-pmdcalifornium-rpm-regulator.dtsi"
#include "msm-pmdcalifornium.dtsi"
#include "mdmcalifornium-regulator.dtsi"

&pmdcalifornium_pon {
	interrupts = <0x0 0x8 0x0>;
	interrupt-names = "kpdpwr";
	qcom,system-reset;

	qcom,pon_1 {
		qcom,pon-type = <0>;
		qcom,pull-up = <1>;
		linux,code = <116>;
	};
};