diff mbox

ARM: tegra: configure power off for Dalmore

Message ID 1376930650-6078-1-git-send-email-swarren@wwwdotorg.org (mailing list archive)
State New, archived
Headers show

Commit Message

Stephen Warren Aug. 19, 2013, 4:44 p.m. UTC
From: Bill Huang <bilhuang@nvidia.com>

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>
---
arm-soc folk,

This patch showed up a little late to include in the Tegra pull requests,
but it's simple and useful enough I'd like to see it included in v3.12 if
possible. Could you possibly apply it to whichever branch you have/will
apply Tegra's tegra-for-3.12-dt pull request to, after the pull request
is applied? Thanks.

 arch/arm/boot/dts/tegra114-dalmore.dts | 2 ++
 1 file changed, 2 insertions(+)

Comments

Kevin Hilman Aug. 20, 2013, 11:57 p.m. UTC | #1
Stephen Warren <swarren@wwwdotorg.org> writes:

> From: Bill Huang <bilhuang@nvidia.com>
>
> 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>
> ---
> arm-soc folk,
>
> This patch showed up a little late to include in the Tegra pull requests,
> but it's simple and useful enough I'd like to see it included in v3.12 if
> possible. Could you possibly apply it to whichever branch you have/will
> apply Tegra's tegra-for-3.12-dt pull request to, after the pull request
> is applied? Thanks.

Applied to next/dt just after the Tegra DT pull request.

Thanks for the detailed explanaton.

Kevin
diff mbox

Patch

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;