diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-09-11 15:13:05 -0400 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2012-09-19 12:19:38 -0400 |
commit | b37ed4a3e561db09549ce16e9f572e6f204315f7 (patch) | |
tree | 4633a215c40db2c4cef852816a2d9804ba5f72f6 /arch/arm/boot/dts/tegra20-whistler.dts | |
parent | 44b12ef78106141574f038852d013fd3207acb23 (diff) |
ARM: dt: tegra: whistler: configure power off
Add DT property to tell the MAX8907 that it should provide the
pm_power_off() implementation. This allows "shutdown" to work.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra20-whistler.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra20-whistler.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra20-whistler.dts b/arch/arm/boot/dts/tegra20-whistler.dts index 4ae1e5dcfa62..c636d002d6d8 100644 --- a/arch/arm/boot/dts/tegra20-whistler.dts +++ b/arch/arm/boot/dts/tegra20-whistler.dts | |||
@@ -267,6 +267,8 @@ | |||
267 | reg = <0x3c>; | 267 | reg = <0x3c>; |
268 | interrupts = <0 86 0x4>; | 268 | interrupts = <0 86 0x4>; |
269 | 269 | ||
270 | maxim,system-power-controller; | ||
271 | |||
270 | mbatt-supply = <&usb0_vbus_reg>; | 272 | mbatt-supply = <&usb0_vbus_reg>; |
271 | in-v1-supply = <&mbatt_reg>; | 273 | in-v1-supply = <&mbatt_reg>; |
272 | in-v2-supply = <&mbatt_reg>; | 274 | in-v2-supply = <&mbatt_reg>; |