2013-08-19 06:35:16

by Bill Huang

[permalink] [raw]
Subject: [PATCH 1/1] 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 <[email protected]>
---
arch/arm/boot/dts/tegra114-dalmore.dts | 2 ++
1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/tegra114-dalmore.dts b/arch/arm/boot/dts/tegra114-dalmore.dts
index 45056a2..6023028 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;
--
1.7.9.5


2013-08-19 16:44:59

by Stephen Warren

[permalink] [raw]
Subject: Re: [PATCH 1/1] ARM: tegra: configure power off for Dalmore

On 08/19/2013 12:33 AM, Bill Huang wrote:
> Add DT property to tell the regulator to register pm_power_off to make
> "shutdown" work.

Thanks. I've forwarded this to arm-soc for hopeful inclusion in 3.12,
since it was just a little late to get into the main set of pull
requests I sent.