summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/qcom
diff options
context:
space:
mode:
authorNiklas Cassel <niklas.cassel@linaro.org>2019-06-04 14:29:31 +0200
committerBjorn Andersson <bjorn.andersson@linaro.org>2019-06-11 23:10:10 -0700
commit73db2714234a5ff1c8fc3377656479f7380463af (patch)
tree92fe6fbdc7586f4f28d0eecd70bc1b34bc7408fb /arch/arm64/boot/dts/qcom
parentc3083c80b52c4e29b65ed838d2e66a91b13a3152 (diff)
arm64: dts: msm8996: fix PSCI entry-latency-us
The current entry-latency-us is too short. The proper way to convert between the device tree properties from the vendor tree to the upstream PSCI device tree properties is: entry-latency-us = qcom,time-overhead - qcom,latency-us which gives entry-latency-us = 210 - 80 = 130 Fixes: f6aee7af59b6 ("arm64: dts: qcom: msm8996: Add PSCI cpuidle low power states") Signed-off-by: Niklas Cassel <niklas.cassel@linaro.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'arch/arm64/boot/dts/qcom')
-rw-r--r--arch/arm64/boot/dts/qcom/msm8996.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi
index b7cf2a17dcb5..e8c03b5c8990 100644
--- a/arch/arm64/boot/dts/qcom/msm8996.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi
@@ -174,7 +174,7 @@
compatible = "arm,idle-state";
idle-state-name = "standalone-power-collapse";
arm,psci-suspend-param = <0x00000004>;
- entry-latency-us = <40>;
+ entry-latency-us = <130>;
exit-latency-us = <80>;
min-residency-us = <300>;
};