Skip to content

Commit

Permalink
ARM: dt: tegra: configure power off for some boards
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Warren committed Sep 11, 2012
1 parent e7765b3 commit 44b12ef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/tegra20-seaboard.dts
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,8 @@
reg = <0x34>;
interrupts = <0 86 0x4>;

ti,system-power-controller;

#gpio-cells = <2>;
gpio-controller;

Expand Down
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/tegra20-ventana.dts
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,8 @@
reg = <0x34>;
interrupts = <0 86 0x4>;

ti,system-power-controller;

#gpio-cells = <2>;
gpio-controller;

Expand Down
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/tegra30-cardhu.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@
#interrupt-cells = <2>;
interrupt-controller;

ti,system-power-controller;

#gpio-cells = <2>;
gpio-controller;

Expand Down

0 comments on commit 44b12ef

Please sign in to comment.