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

Commit 354fe2e7 authored by Paul Kocialkowski's avatar Paul Kocialkowski Committed by Tony Lindgren
Browse files

ARM: dts: omap4-kc1: Power off support



This adds support for turning off the main power supply via the TWL6030 on the
Kindle Fire (first generation).

Signed-off-by: default avatarPaul Kocialkowski <contact@paulk.fr>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent ab8e2f8c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -115,6 +115,11 @@
		reg = <0x48>;
		/* IRQ# = 7 */
		interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>; /* IRQ_SYS_1N cascaded to gic */

		twl_power: power {
			compatible = "ti,twl6030-power";
			ti,system-power-controller;
		};
	};
};