ARM: dts: N950/N9: add twl_power
authorAaro Koskinen <aaro.koskinen@iki.fi>
Fri, 26 Dec 2014 20:09:49 +0000 (22:09 +0200)
committerTony Lindgren <tony@atomide.com>
Thu, 8 Jan 2015 00:23:52 +0000 (16:23 -0800)
Add twl_power for N950/N9. Start with the simplest configuration to just
enable power off.

Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap3-n950-n9.dtsi

index 1e49dfe..c41db94 100644 (file)
 
 &twl {
        compatible = "ti,twl5031";
+
+       twl_power: power {
+               compatible = "ti,twl4030-power";
+               ti,use_poweroff;
+       };
 };
 
 &twl_gpio {