Skip to content

Commit

Permalink
ARM: dts: omap4-kc1: Power off support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
paulkocialkowski authored and tmlind committed Apr 12, 2016
1 parent ab8e2f8 commit 354fe2e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/omap4-kc1.dts
Expand Up @@ -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;
};
};
};

Expand Down

0 comments on commit 354fe2e

Please sign in to comment.