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

Commit a3317d4f authored by Sebastian Reichel's avatar Sebastian Reichel Committed by Benoit Cousson
Browse files

ARM: dts: TWL4030: Add power button support



Enable support for the power button.

Signed-off-by: default avatarSebastian Reichel <sre@debian.org>
Signed-off-by: default avatarBenoit Cousson <bcousson@baylibre.com>
parent a0bf1f3e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -133,4 +133,9 @@
		compatible = "ti,twl4030-pwmled";
		#pwm-cells = <2>;
	};

	twl_pwrbutton: pwrbutton {
		compatible = "ti,twl4030-pwrbutton";
		interrupts = <8>;
	};
};