Skip to content

Commit 909e481

Browse files
sudeep-hollaarndb
authored andcommitted
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: 28e10a8 ("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>
1 parent 4c9456d commit 909e481

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

arch/arm64/boot/dts/arm/juno-r1.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
compatible = "arm,idle-state";
7777
arm,psci-suspend-param = <0x1010000>;
7878
local-timer-stop;
79-
entry-latency-us = <300>;
79+
entry-latency-us = <400>;
8080
exit-latency-us = <1200>;
8181
min-residency-us = <2500>;
8282
};

arch/arm64/boot/dts/arm/juno-r2.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
compatible = "arm,idle-state";
7777
arm,psci-suspend-param = <0x1010000>;
7878
local-timer-stop;
79-
entry-latency-us = <300>;
79+
entry-latency-us = <400>;
8080
exit-latency-us = <1200>;
8181
min-residency-us = <2500>;
8282
};

arch/arm64/boot/dts/arm/juno.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
compatible = "arm,idle-state";
7777
arm,psci-suspend-param = <0x1010000>;
7878
local-timer-stop;
79-
entry-latency-us = <300>;
79+
entry-latency-us = <400>;
8080
exit-latency-us = <1200>;
8181
min-residency-us = <2500>;
8282
};

0 commit comments

Comments
 (0)