diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-09-11 11:40:04 -0600 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2012-09-14 11:31:37 -0600 |
commit | be972c3272c354b323afcb7e9552a9b04e675a8b (patch) | |
tree | 71d832c888f64336db9790b37c22d7fcf5f91ce5 /arch/arm/boot/dts | |
parent | 3cc404de243f5cc3cfe8036c6e84232c1401137b (diff) |
ARM: dt: tegra: harmony: configure power off
Add DT property to tell the TPS6586x 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')
-rw-r--r-- | arch/arm/boot/dts/tegra20-harmony.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra20-harmony.dts b/arch/arm/boot/dts/tegra20-harmony.dts index 0eca40d2be0..b98a1b36e69 100644 --- a/arch/arm/boot/dts/tegra20-harmony.dts +++ b/arch/arm/boot/dts/tegra20-harmony.dts @@ -281,6 +281,8 @@ reg = <0x34>; interrupts = <0 86 0x4>; + ti,system-power-controller; + #gpio-cells = <2>; gpio-controller; |