ARM: dt: tegra: configure power off for some boards
authorStephen Warren <swarren@nvidia.com>
Tue, 11 Sep 2012 17:42:26 +0000 (11:42 -0600)
committerStephen Warren <swarren@nvidia.com>
Tue, 11 Sep 2012 19:48:36 +0000 (13:48 -0600)
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>
arch/arm/boot/dts/tegra20-seaboard.dts
arch/arm/boot/dts/tegra20-ventana.dts
arch/arm/boot/dts/tegra30-cardhu.dtsi

index 92deb36..e60dc71 100644 (file)
                        reg = <0x34>;
                        interrupts = <0 86 0x4>;
 
+                       ti,system-power-controller;
+
                        #gpio-cells = <2>;
                        gpio-controller;
 
index 4ec6b4c..3e5952f 100644 (file)
                        reg = <0x34>;
                        interrupts = <0 86 0x4>;
 
+                       ti,system-power-controller;
+
                        #gpio-cells = <2>;
                        gpio-controller;
 
index 4794693..d10c9c5 100644 (file)
                        #interrupt-cells = <2>;
                        interrupt-controller;
 
+                       ti,system-power-controller;
+
                        #gpio-cells = <2>;
                        gpio-controller;