Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: N950/N9: add twl_power

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>

authored by

Aaro Koskinen and committed by
Tony Lindgren
f4b36909 bb1c5fe1

+5
+5
arch/arm/boot/dts/omap3-n950-n9.dtsi
··· 60 60 61 61 &twl { 62 62 compatible = "ti,twl5031"; 63 + 64 + twl_power: power { 65 + compatible = "ti,twl4030-power"; 66 + ti,use_poweroff; 67 + }; 63 68 }; 64 69 65 70 &twl_gpio {