summaryrefslogtreecommitdiff
path: root/fdts/fvp-base-gicv2-psci.dts
diff options
context:
space:
mode:
authorJuan Castillo <juan.castillo@arm.com>2015-04-16 14:17:49 +0100
committerSandrine Bailleux <sandrine.bailleux@arm.com>2015-04-29 14:57:12 +0100
commit6136f372db1d57c5780aef88d4722a880a927724 (patch)
treeaf9ea6ab20414db30bf50ad492e31282b3894f7a /fdts/fvp-base-gicv2-psci.dts
parent09a81af91ec465a89611eb0540e8ba1b74917850 (diff)
FVP: update device tree idle state entries
Device tree idle state bindings changed in kernel v3.18. This patch updates the FVP DT files to use PSCI suspend as idle state. The patch also updates the 'compatible' property in the PSCI node and the 'entry-method' property in the idle-states node in the FVP Foundation GICv2-legacy device tree. Change-Id: Ie921d497c579f425c03d482f9d7b90e166106e2f
Diffstat (limited to 'fdts/fvp-base-gicv2-psci.dts')
-rw-r--r--fdts/fvp-base-gicv2-psci.dts6
1 files changed, 4 insertions, 2 deletions
diff --git a/fdts/fvp-base-gicv2-psci.dts b/fdts/fvp-base-gicv2-psci.dts
index c1c9efbf..1d26541c 100644
--- a/fdts/fvp-base-gicv2-psci.dts
+++ b/fdts/fvp-base-gicv2-psci.dts
@@ -102,7 +102,8 @@
CPU_SLEEP_0: cpu-sleep-0 {
compatible = "arm,idle-state";
- entry-method-param = <0x0010000>;
+ local-timer-stop;
+ arm,psci-suspend-param = <0x0010000>;
entry-latency-us = <40>;
exit-latency-us = <100>;
min-residency-us = <150>;
@@ -110,7 +111,8 @@
CLUSTER_SLEEP_0: cluster-sleep-0 {
compatible = "arm,idle-state";
- entry-method-param = <0x1010000>;
+ local-timer-stop;
+ arm,psci-suspend-param = <0x1010000>;
entry-latency-us = <500>;
exit-latency-us = <1000>;
min-residency-us = <2500>;