Re: [PATCH] arm64: dts: msm8996: fix PSCI entry-latency-us

2019-06-07 Thread Bjorn Andersson
On Tue 04 Jun 05:29 PDT 2019, Niklas Cassel wrote: > 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 > > wh

[PATCH] arm64: dts: msm8996: fix PSCI entry-latency-us

2019-06-04 Thread Niklas Cassel
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