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

Commit 1a312d7a authored by Devesh Jhunjhunwala's avatar Devesh Jhunjhunwala
Browse files

ARM: dts: msm: Add power key support for mdmcalifornium



Add the PON sub-node property which defines KPDPWR as the
physical power-on source for mdmcalifornium.

Change-Id: I9edd8c06c70d76534f26441b4f4ae28fec0b625d
Signed-off-by: default avatarDevesh Jhunjhunwala <deveshj@codeaurora.org>
parent 62b3314e
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>;
	};
};