diff options
-rw-r--r-- | arch/arm/boot/dts/omap3-ldp.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-ldp.dts b/arch/arm/boot/dts/omap3-ldp.dts index af272c156e21..72dca0b7904d 100644 --- a/arch/arm/boot/dts/omap3-ldp.dts +++ b/arch/arm/boot/dts/omap3-ldp.dts | |||
@@ -159,6 +159,11 @@ | |||
159 | reg = <0x48>; | 159 | reg = <0x48>; |
160 | interrupts = <7>; /* SYS_NIRQ cascaded to intc */ | 160 | interrupts = <7>; /* SYS_NIRQ cascaded to intc */ |
161 | interrupt-parent = <&intc>; | 161 | interrupt-parent = <&intc>; |
162 | |||
163 | twl_power: power { | ||
164 | compatible = "ti,twl4030-power-idle"; | ||
165 | ti,use_poweroff; | ||
166 | }; | ||
162 | }; | 167 | }; |
163 | }; | 168 | }; |
164 | 169 | ||