]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: qcom: sc8180x: Fix up big CPU idle state entry latency
authorKonrad Dybcio <konrad.dybcio@linaro.org>
Sat, 30 Dec 2023 00:05:04 +0000 (01:05 +0100)
committerSasha Levin <sashal@kernel.org>
Tue, 26 Mar 2024 22:19:21 +0000 (18:19 -0400)
[ Upstream commit 266a3a92044b89c392b3e9cfcc328d4167c18294 ]

The entry latency was oddly low.. Turns out somebody forgot about a
second '1'! Fix it.

Fixes: 8575f197b077 ("arm64: dts: qcom: Introduce the SC8180x platform")
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20231230-topic-8180_more_fixes-v1-3-93b5c107ed43@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/qcom/sc8180x.dtsi

index 97a75678a5169451d6a39a5a1e8f87598347fef0..c8001ccc2b7b19a2cd37a90ad80102e7fcafabdd 100644 (file)
                        BIG_CPU_SLEEP_0: cpu-sleep-1-0 {
                                compatible = "arm,idle-state";
                                arm,psci-suspend-param = <0x40000004>;
-                               entry-latency-us = <241>;
+                               entry-latency-us = <2411>;
                                exit-latency-us = <1461>;
                                min-residency-us = <4488>;
                                local-timer-stop;