diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-09-11 21:42:26 +0400 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2012-09-11 23:48:36 +0400 |
commit | 44b12ef78106141574f038852d013fd3207acb23 (patch) | |
tree | 8780442b4c144479b6bc5b2e65dcaf3e0476259d /arch/arm/boot/dts/tegra20-ventana.dts | |
parent | e7765b3746dcbd7bc3477c14217fcf0747043b4f (diff) | |
download | linux-44b12ef78106141574f038852d013fd3207acb23.tar.xz |
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-ventana.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra20-ventana.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra20-ventana.dts b/arch/arm/boot/dts/tegra20-ventana.dts index 4ec6b4cd9d52..3e5952fcfbc5 100644 --- a/arch/arm/boot/dts/tegra20-ventana.dts +++ b/arch/arm/boot/dts/tegra20-ventana.dts @@ -295,6 +295,8 @@ reg = <0x34>; interrupts = <0 86 0x4>; + ti,system-power-controller; + #gpio-cells = <2>; gpio-controller; |