Commit 91ce3693 authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson

arm64: dts: qcom: sm8350: Fix CPU idle state residency times

The present values look to have been copypasted from 8150 or 8180.
Fix that.

Fixes: 07ddb302 ("arm64: dts: qcom: sm8350: Add CPU topology and idle-states")
Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230705-topic-sm8350_fixes-v1-2-0f69f70ccb6a@linaro.orgSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 29a687c2
...@@ -246,8 +246,8 @@ LITTLE_CPU_SLEEP_0: cpu-sleep-0-0 { ...@@ -246,8 +246,8 @@ LITTLE_CPU_SLEEP_0: cpu-sleep-0-0 {
compatible = "arm,idle-state"; compatible = "arm,idle-state";
idle-state-name = "silver-rail-power-collapse"; idle-state-name = "silver-rail-power-collapse";
arm,psci-suspend-param = <0x40000004>; arm,psci-suspend-param = <0x40000004>;
entry-latency-us = <355>; entry-latency-us = <360>;
exit-latency-us = <909>; exit-latency-us = <531>;
min-residency-us = <3934>; min-residency-us = <3934>;
local-timer-stop; local-timer-stop;
}; };
...@@ -256,8 +256,8 @@ BIG_CPU_SLEEP_0: cpu-sleep-1-0 { ...@@ -256,8 +256,8 @@ BIG_CPU_SLEEP_0: cpu-sleep-1-0 {
compatible = "arm,idle-state"; compatible = "arm,idle-state";
idle-state-name = "gold-rail-power-collapse"; idle-state-name = "gold-rail-power-collapse";
arm,psci-suspend-param = <0x40000004>; arm,psci-suspend-param = <0x40000004>;
entry-latency-us = <241>; entry-latency-us = <702>;
exit-latency-us = <1461>; exit-latency-us = <1061>;
min-residency-us = <4488>; min-residency-us = <4488>;
local-timer-stop; local-timer-stop;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment