summaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/arm/juno-r2.dts
diff options
context:
space:
mode:
authorSudeep Holla <sudeep.holla@arm.com>2016-11-16 17:31:31 +0000
committerArnd Bergmann <arnd@arndb.de>2016-12-02 17:28:17 +0100
commit909e481e2467f202b97d42beef246e8829416a85 (patch)
treea6aeb258e0d0954d9193a6be0a6fc6163df3c3f6 /arch/arm64/boot/dts/arm/juno-r2.dts
parent4c9456df8849204435c4de1849120b916975d75d (diff)
downloadlinux-909e481e2467f202b97d42beef246e8829416a85.tar.gz
linux-909e481e2467f202b97d42beef246e8829416a85.tar.xz
arm64: dts: juno: fix cluster sleep state entry latency on all SoC versions
The core and the cluster sleep state entry latencies can't be same as cluster sleep involves more work compared to core level e.g. shared cache maintenance. Experiments have shown on an average about 100us more latency for the cluster sleep state compared to the core level sleep. This patch fixes the entry latency for the cluster sleep state. Fixes: 28e10a8f3a03 ("arm64: dts: juno: Add idle-states to device tree") Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Cc: "Jon Medhurst (Tixy)" <tixy@linaro.org> Reviewed-by: Liviu Dudau <Liviu.Dudau@arm.com> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64/boot/dts/arm/juno-r2.dts')
-rw-r--r--arch/arm64/boot/dts/arm/juno-r2.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/arm/juno-r2.dts b/arch/arm64/boot/dts/arm/juno-r2.dts
index 007be826efce..26aaa6a7670f 100644
--- a/arch/arm64/boot/dts/arm/juno-r2.dts
+++ b/arch/arm64/boot/dts/arm/juno-r2.dts
@@ -76,7 +76,7 @@
compatible = "arm,idle-state";
arm,psci-suspend-param = <0x1010000>;
local-timer-stop;
- entry-latency-us = <300>;
+ entry-latency-us = <400>;
exit-latency-us = <1200>;
min-residency-us = <2500>;
};