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

Commit 76c74e50 authored by Xiaozhe Shi's avatar Xiaozhe Shi
Browse files

ARM: dts: msm: add qpnp-power-on device node for msmkrypton



Add the qpnp-power-on device node to support power on and power off of
the PMIC.

Change-Id: I47c0f9547b8b53c2d1ccf77bb4963b7810e69a8e
Signed-off-by: default avatarXiaozhe Shi <xiaozhes@codeaurora.org>
parent 1acf35fb
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -22,6 +22,21 @@
			reg = <0x100 0x100>;
		};

		qcom,power-on@800 {
			compatible = "qcom,qpnp-power-on";
			reg = <0x800 0x100>;
			interrupts = <0x0 0x8 0x2>;
			interrupt-names = "cblpwr";
			qcom,pon-dbc-delay = <15625>;
			qcom,system-reset;

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

		pmd9635_gpios: gpios {
			spmi-dev-container;
			compatible = "qcom,qpnp-pin";