diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2016-03-29 22:28:27 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-04-13 00:32:02 +0300 |
commit | 354fe2e74b3be653f2a0a850a9bce437c5f9bddb (patch) | |
tree | c8fbf9ed93c5dcb3bd0df3991b01030e65f63cea /arch/arm/boot/dts/omap4-kc1.dts | |
parent | ab8e2f8c5d15f070a8cba2e0593ede5ef54d25b5 (diff) | |
download | linux-354fe2e74b3be653f2a0a850a9bce437c5f9bddb.tar.xz |
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: Paul Kocialkowski <contact@paulk.fr>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap4-kc1.dts')
-rw-r--r-- | arch/arm/boot/dts/omap4-kc1.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap4-kc1.dts b/arch/arm/boot/dts/omap4-kc1.dts index 3681414232ed..2251bd54e4e6 100644 --- a/arch/arm/boot/dts/omap4-kc1.dts +++ b/arch/arm/boot/dts/omap4-kc1.dts @@ -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; + }; }; }; |