diff options
author | Bill Huang <bilhuang@nvidia.com> | 2013-08-19 18:44:10 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@linaro.org> | 2013-08-21 01:52:04 +0200 |
commit | 27cf5d14c02e5d17db4282ec799f2946eec9b4bd (patch) | |
tree | fd9e41d5c888ec1c9d01e32338ef03ce675a89d4 /arch/arm/boot/dts/tegra114-dalmore.dts | |
parent | Merge tag 'tegra-for-3.12-dt' of git://git.kernel.org/pub/scm/linux/kernel/gi... (diff) | |
download | linux-27cf5d14c02e5d17db4282ec799f2946eec9b4bd.tar.xz linux-27cf5d14c02e5d17db4282ec799f2946eec9b4bd.zip |
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/tegra114-dalmore.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; |