linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Joseph Lo <josephl@nvidia.com>
To: Thierry Reding <thierry.reding@gmail.com>,
	Jonathan Hunter <jonathanh@nvidia.com>,
	Daniel Lezcano <daniel.lezcano@linaro.org>,
	"Thomas Gleixner" <tglx@linutronix.de>
Cc: linux-tegra@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Joseph Lo <josephl@nvidia.com>
Subject: [PATCH V7 8/8] arm64: tegra: Enable CPU idle support for Shield
Date: Thu, 21 Feb 2019 15:21:50 +0800	[thread overview]
Message-ID: <20190221072150.4395-9-josephl@nvidia.com> (raw)
In-Reply-To: <20190221072150.4395-1-josephl@nvidia.com>

Enable CPU idle support for Shield platform.

Signed-off-by: Joseph Lo <josephl@nvidia.com>
---
v7:
 * new added in v7
---
 arch/arm64/boot/dts/nvidia/tegra210-p2894.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm64/boot/dts/nvidia/tegra210-p2894.dtsi b/arch/arm64/boot/dts/nvidia/tegra210-p2894.dtsi
index 3ddf173ccc18..88a4b9333d84 100644
--- a/arch/arm64/boot/dts/nvidia/tegra210-p2894.dtsi
+++ b/arch/arm64/boot/dts/nvidia/tegra210-p2894.dtsi
@@ -1629,6 +1629,12 @@
 		cpu@3 {
 			enable-method = "psci";
 		};
+
+		idle-states {
+			cpu-sleep {
+				status = "okay";
+			};
+		};
 	};
 
 	psci {
-- 
2.20.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2019-02-21  7:23 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-21  7:21 [PATCH V7 0/8] Add CPUidle support for Tegra210 Joseph Lo
2019-02-21  7:21 ` [PATCH V7 1/8] dt-bindings: timer: add Tegra210 timer Joseph Lo
2019-02-21  7:21 ` [PATCH V7 2/8] clocksource: tegra: add Tegra210 timer support Joseph Lo
2019-02-22  8:43   ` Daniel Lezcano
2019-02-22  9:06     ` Joseph Lo
2019-02-22  9:16       ` Daniel Lezcano
2019-02-21  7:21 ` [PATCH V7 3/8] soc/tegra: default select TEGRA_TIMER for Tegra210 Joseph Lo
2019-02-21  7:21 ` [PATCH V7 4/8] arm64: tegra: fix timer node " Joseph Lo
2019-02-21  7:21 ` [PATCH V7 5/8] arm64: tegra: add CPU idle states properties " Joseph Lo
2019-02-22  8:44   ` Daniel Lezcano
2019-02-21  7:21 ` [PATCH V7 6/8] arm64: tegra: Enable CPU idle support for Jetson TX1 Joseph Lo
2019-02-21  7:21 ` [PATCH V7 7/8] arm64: tegra: Enable CPU idle support for Smaug Joseph Lo
2019-02-21  7:21 ` Joseph Lo [this message]
2019-03-28 16:05 ` [PATCH V7 0/8] Add CPUidle support for Tegra210 Thierry Reding

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190221072150.4395-9-josephl@nvidia.com \
    --to=josephl@nvidia.com \
    --cc=daniel.lezcano@linaro.org \
    --cc=jonathanh@nvidia.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-tegra@vger.kernel.org \
    --cc=tglx@linutronix.de \
    --cc=thierry.reding@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).