diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-09-11 11:42:26 -0600 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2012-09-11 13:48:36 -0600 |
commit | 44b12ef78106141574f038852d013fd3207acb23 (patch) | |
tree | 8780442b4c144479b6bc5b2e65dcaf3e0476259d /arch/arm/boot/dts/tegra20-seaboard.dts | |
parent | e7765b3746dcbd7bc3477c14217fcf0747043b4f (diff) | |
download | op-kernel-dev-44b12ef78106141574f038852d013fd3207acb23.zip op-kernel-dev-44b12ef78106141574f038852d013fd3207acb23.tar.gz |
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 92deb36..e60dc71 100644 --- a/arch/arm/boot/dts/tegra20-seaboard.dts +++ b/arch/arm/boot/dts/tegra20-seaboard.dts @@ -379,6 +379,8 @@ reg = <0x34>; interrupts = <0 86 0x4>; + ti,system-power-controller; + #gpio-cells = <2>; gpio-controller; |