diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-09-11 13:42:26 -0400 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2012-09-11 15:48:36 -0400 |
commit | 44b12ef78106141574f038852d013fd3207acb23 (patch) | |
tree | 8780442b4c144479b6bc5b2e65dcaf3e0476259d /arch/arm/boot/dts/tegra20-seaboard.dts | |
parent | e7765b3746dcbd7bc3477c14217fcf0747043b4f (diff) |
ARM: dt: tegra: configure power off for some boards
For Seaboard, Ventana, and Cardhu, add DT property to tell the regulator
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-seaboard.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra20-seaboard.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra20-seaboard.dts b/arch/arm/boot/dts/tegra20-seaboard.dts index 92deb36ae03c..e60dc7124e92 100644 --- a/arch/arm/boot/dts/tegra20-seaboard.dts +++ b/arch/arm/boot/dts/tegra20-seaboard.dts | |||
@@ -379,6 +379,8 @@ | |||
379 | reg = <0x34>; | 379 | reg = <0x34>; |
380 | interrupts = <0 86 0x4>; | 380 | interrupts = <0 86 0x4>; |
381 | 381 | ||
382 | ti,system-power-controller; | ||
383 | |||
382 | #gpio-cells = <2>; | 384 | #gpio-cells = <2>; |
383 | gpio-controller; | 385 | gpio-controller; |
384 | 386 | ||