Commit 44b12ef7 authored by Stephen Warren's avatar Stephen Warren

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: default avatarStephen Warren <swarren@nvidia.com>
parent e7765b37
......@@ -379,6 +379,8 @@ pmic: tps6586x@34 {
reg = <0x34>;
interrupts = <0 86 0x4>;
ti,system-power-controller;
#gpio-cells = <2>;
gpio-controller;
......
......@@ -295,6 +295,8 @@ pmic: tps6586x@34 {
reg = <0x34>;
interrupts = <0 86 0x4>;
ti,system-power-controller;
#gpio-cells = <2>;
gpio-controller;
......
......@@ -156,6 +156,8 @@ pmic: tps65911@2d {
#interrupt-cells = <2>;
interrupt-controller;
ti,system-power-controller;
#gpio-cells = <2>;
gpio-controller;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment