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

Commit 71c0ed72 authored by Andy Gross's avatar Andy Gross
Browse files

ARM: dts: qcom: pma8084: Add pwrkey entry



This patch adds the power key device tree node.

Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
Reviewed-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent a537b8d6
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -18,6 +18,14 @@
			interrupts = <0x0 0x61 0x1 IRQ_TYPE_EDGE_RISING>;
			interrupts = <0x0 0x61 0x1 IRQ_TYPE_EDGE_RISING>;
		};
		};


		pwrkey@800 {
			compatible = "qcom,pm8941-pwrkey";
			reg = <0x800>;
			interrupts = <0x0 0x8 0 IRQ_TYPE_EDGE_BOTH>;
			debounce = <15625>;
			bias-pull-up;
		};

		pma8084_gpios: gpios@c000 {
		pma8084_gpios: gpios@c000 {
			compatible = "qcom,pma8084-gpio", "qcom,spmi-gpio";
			compatible = "qcom,pma8084-gpio", "qcom,spmi-gpio";
			reg = <0xc000>;
			reg = <0xc000>;