diff options
author | Bill Huang <bilhuang@nvidia.com> | 2013-08-19 10:44:10 -0600 |
---|---|---|
committer | Kevin Hilman <khilman@linaro.org> | 2013-08-20 16:52:04 -0700 |
commit | 27cf5d14c02e5d17db4282ec799f2946eec9b4bd (patch) | |
tree | fd9e41d5c888ec1c9d01e32338ef03ce675a89d4 /arch/arm/boot/dts | |
parent | 1fa5fcdafc14c2e684da146ac2ed95aa4a11a2aa (diff) |
ARM: tegra: configure power off for Dalmore
Add DT property to tell the regulator to register pm_power_off to make
"shutdown" work.
Signed-off-by: Bill Huang <bilhuang@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Kevin Hilman <khilman@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/tegra114-dalmore.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra114-dalmore.dts b/arch/arm/boot/dts/tegra114-dalmore.dts index 45056a299408..60230288884b 100644 --- a/arch/arm/boot/dts/tegra114-dalmore.dts +++ b/arch/arm/boot/dts/tegra114-dalmore.dts @@ -845,6 +845,8 @@ #interrupt-cells = <2>; interrupt-controller; + ti,system-power-controller; + palmas_gpio: gpio { compatible = "ti,palmas-gpio"; gpio-controller; |