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

Commit 3d8cc141 authored by Y Vo's avatar Y Vo Committed by Kevin Hilman
Browse files

arm64: dts: Add poweroff button device node for APM X-Gene platform



This patch adds poweroff button device node to support poweroff feature
on APM X-Gene Mustang platform.

Signed-off-by: default avatarY Vo <yvo@apm.com>
Signed-off-by: default avatarKevin Hilman <khilman@linaro.org>
parent d770e558
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -23,6 +23,16 @@
		device_type = "memory";
		reg = < 0x1 0x00000000 0x0 0x80000000 >; /* Updated by bootloader */
	};

	gpio-keys {
		compatible = "gpio-keys";
		button@1 {
			label = "POWER";
			linux,code = <116>;
			linux,input-type = <0x1>;
			interrupts = <0x0 0x2d 0x1>;
		};
	};
};

&pcie0clk {